Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Mon, 31 Mar 2014 09:58:22 +0000 (17:58 +0800)
committerEdward <edward@roojs.com>
Mon, 31 Mar 2014 09:58:22 +0000 (17:58 +0800)
Roo/bootstrap/Button.js

index 8b04084..59a2a4d 100644 (file)
@@ -170,8 +170,8 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             cfg.cls += ' dropdown test';
         }
         
-        
-        
+        Roo.log('this.disabled');
+        Roo.log(this.disabled);
         if (this.disabled) {
             cfg.disabled = 'disabled';
         }