From 75c4cd4176720b5137d325247afd901e02fbb141 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 7 May 2015 17:06:22 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2