Roo/bootstrap/menu/Item.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:36:34 +0000 (11:36 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:36:34 +0000 (11:36 +0800)
Roo/bootstrap/menu/Item.js

index 4218074..ddf5c24 100644 (file)
@@ -70,7 +70,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component,  {
                 }
             ]
         };
-        
+        Roo.log(this.disable);
         if(this.disable){
             cfg.cls = (typeof(cfg.cls) == 'undefined') ? 'disabled' : (cfg.cls + ' disabled');
         }