From 4c028cc735ffaaa41aeaf05ea70dc4810513397d Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 16 Jul 2014 17:27:39 +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 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 -- 2.39.2