From 9ed722b5c6f2aff93602accf15511d2b0640a87a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 May 2014 12:42:58 +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 7f2562c8c5..556802c629 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -89,7 +89,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } cfg.html = this.html || cfg.html; - if (this.toggle===true) { + if (this.toggle === true) { cfg={ tag: 'div', cls: 'slider-frame roo-button', -- 2.39.2