Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Mon, 31 Mar 2014 10:04:28 +0000 (18:04 +0800)
committerEdward <edward@roojs.com>
Mon, 31 Mar 2014 10:04:28 +0000 (18:04 +0800)
Roo/bootstrap/Button.js

index 7d4aa2d..9339f96 100644 (file)
@@ -171,7 +171,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         }
         
         if (this.disabled) {
-            cfg.disabled = 'disabled';
+            cfg.disabled = this.disabled;
         }
         //????
         if (this.items) {