Roo/form/ComboBoxArray.js
authorEdward <edward@roojs.com>
Wed, 16 Jul 2014 09:27:39 +0000 (17:27 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Jul 2014 09:27:39 +0000 (17:27 +0800)
Roo/form/ComboBoxArray.js

index 6ecd3e0..74a0289 100644 (file)
@@ -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