From 4e95162b448aad435efc7a45eb235e6e31637f90 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 16 Jul 2014 17:29:35 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index d65445ecbe..ff0af6be01 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -40,7 +40,8 @@ Roo.form.ComboBoxArray = function(config) /** * @event remove * Fires when remove the value from the list - * @param {Roo.form.ComboBox} combo This combo box + * @param {Roo.form.ComboBoxArray} _self This combo box array + * @param {Roo.form.ComboBoxArray.Item} item removed item */ 'remove' : true -- 2.39.2