From 08193ef2b5e2968fb282544b187777d911b280af Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 May 2014 19:52:58 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index f50379e53c..7f2562c8c5 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -70,6 +70,9 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { name: false, target: false, + pressed : false, + + getAutoCreate : function(){ var cfg = { -- 2.39.2