X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=530279c2942e25a3e1b1cda5d3b4d03e0a26d908;hp=e2482d6df0392d3bab78e9375bcb22689ccd91f7;hb=75c4cd4176720b5137d325247afd901e02fbb141;hpb=970db27cf7589c577171638d83a7636082f8ed6b diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index e2482d6df0..530279c294 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -469,7 +469,7 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, { return; } - if(false !== this.cb.fireEvent('remove', this.cb, this)){ + if(false !== this.cb.fireEvent('beforeremove', this.cb, this)){ this.cb.items.remove(this); this.el.child('img').un('click', this.remove, this); this.el.remove();