Roo/form/ComboBox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 11 Aug 2010 06:34:02 +0000 (14:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 11 Aug 2010 06:34:02 +0000 (14:34 +0800)
Roo/form/ComboBox.js

index 76f65ec..e8b368a 100644 (file)
@@ -407,9 +407,9 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
        
             this.addicon.on('click', function(e) {
                 if (this.lastData) {
-                    
-                   }
-                this.fireEvent('edit', this, this.lastData );
+                    this.fireEvent('edit', this, this.lastData );
+                }
+                
             }, this);
         }