From: Edward Date: Wed, 16 Jul 2014 09:27:39 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=4c028cc735ffaaa41aeaf05ea70dc4810513397d Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 6ecd3e06d7..74a02899fb 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -464,6 +464,6 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { this.cb.updateHiddenEl(); Roo.log('remove?????'); - this.cb.fireEvent('remove', this); + this.cb.fireEvent('remove', this.cb, this); } }); \ No newline at end of file