From: Edward Date: Mon, 31 Mar 2014 10:08:35 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=bd03107817692d4b35f393949d9958d25241bda5;p=roojs1 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 9339f9656b..7d4aa2dda8 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -171,7 +171,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } if (this.disabled) { - cfg.disabled = this.disabled; + cfg.disabled = 'disabled'; } //???? if (this.items) {