From e502f51a4622c2978e0f9cad9d72caca90145951 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 May 2014 16:21:00 +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 fda7977bf1..25b46dd6a8 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -304,7 +304,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { }, setActive : function(v) { - this[v ? 'addClass' : 'removeClass']('active'); + this.el[v ? 'addClass' : 'removeClass']('active'); } -- 2.39.2