widgets/ComboBoxLister.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 21 Jul 2011 10:51:45 +0000 (18:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 21 Jul 2011 10:51:45 +0000 (18:51 +0800)
widgets/ComboBoxLister.js

index 1c3eefe..fc2e55a 100644 (file)
@@ -171,7 +171,7 @@ Ext.extend(Ext.form.ComboBoxLister, Ext.form.ComboBox, {
         }
         var _this = this;
         Roo.each(v, function(l) {
-                _this.addItem(l);
+            _this.addItem(l);
         });
         
     },