From: Edward Date: Wed, 16 Jul 2014 09:29:35 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=4e95162b448aad435efc7a45eb235e6e31637f90 Roo/form/ComboBoxArray.js --- 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