From: Alan Knowles Date: Wed, 11 Aug 2010 06:23:15 +0000 (+0800) Subject: Roo/form/ComboBox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=b305c5ae5490777d8236ca7f570c0b8e9a3f7536;p=roojs1 Roo/form/ComboBox.js --- diff --git a/Roo/form/ComboBox.js b/Roo/form/ComboBox.js index 9a33fc0a35..f6a7baeb30 100644 --- a/Roo/form/ComboBox.js +++ b/Roo/form/ComboBox.js @@ -396,7 +396,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, { this.addicon = this.wrap.createChild( {tag: 'img', src: Roo.BLANK_IMAGE_URL, cls: 'x-form-combo-add' }); - this.adder.on('click', function(e) { + this.addicon.on('click', function(e) { this.fireEvent('adderclick', this, e); }, this); }