examples/bootstrap/TabPanel-ComboBox.js
authorEdward <edward@roojs.com>
Fri, 6 Feb 2015 09:49:16 +0000 (17:49 +0800)
committerEdward <edward@roojs.com>
Fri, 6 Feb 2015 09:49:16 +0000 (17:49 +0800)
examples/bootstrap/TabPanel-ComboBox.js

index fbd58ec..bae0be8 100644 (file)
@@ -231,8 +231,6 @@ Roo.example.TabPanelCombobox = new Roo.XComponent({
                                                             listeners : {
                                                                    changed : function (_self, state)
                                                                    {
-                                                                       Roo.log('chnaged???');
-                                                                       Roo.log(_this.multipleSel.inputEl().getWidth());
                                                                        if(state){
                                                                             _this.multipleSel.list.setWidth(Math.max(_this.multipleSel.inputEl().getWidth(), _this.multipleSel.minListWidth));
                                                                         }