X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=74a02899fb207182ec6ec387890eaa4b9ec4c9bb;hb=4c028cc735ffaaa41aeaf05ea70dc4810513397d;hp=4f7f459f44e7404886335d3209b8e85af6ff0ff7;hpb=651fa526e4899137a4bf41b47448da1e7f6c7e11;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 4f7f459f44..74a02899fb 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -457,13 +457,13 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { remove : function() { - + Roo.log(this); this.cb.items.remove(this); this.el.child('img').un('click', this.remove, this); this.el.remove(); this.cb.updateHiddenEl(); Roo.log('remove?????'); - this.fireEvent('remove', this); + this.cb.fireEvent('remove', this.cb, this); } }); \ No newline at end of file