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

index 84bd93b..dffa020 100644 (file)
@@ -522,7 +522,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
             tw += this.editicon ? this.editicon.getWidth() : 0;
             var x = w - tw;
             this.el.setWidth( this.adjustWidth('input', x));
-            console.log(x);
+            Roo.log(x);
             this.trigger.setX(x);
         }