From b397a7235fb8ad949afc499da196b49cdcd04459 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jul 2014 18:00:15 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index f30061b3e3..f6566f751f 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -271,7 +271,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { this.el.select('.roo-button').on('click', this.onClick, this); } - + this.el.enableDisplayMode(); }, onClick : function(e) @@ -332,7 +332,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { setText : function(str) { this.el.select('.roo-button-text',true).first().dom.innerHTML = str; - }, + }/*, hide: function() { this.el. @@ -342,7 +342,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { this.el.show(); } - + */ }); -- 2.39.2