From 0fd2f89139eb8372eac1080a8c265c49cac9b616 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jul 2014 18:01:20 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index be11b76910..c20df0d339 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -334,7 +334,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { }, hide: function() { - this.el. + this.el.hide(); }, show: function() { -- 2.39.2