From a52c2deaf8673da9cb4ace68ffdeebe343b82402 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 May 2014 16:29:56 +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 da963809d7..35152800c3 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -316,7 +316,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { * If a state it passed, it becomes the pressed state otherwise the current state is toggled. * @param {Boolean} state (optional) Force a particular state */ - toggleActive : function(v) + toggleActive : function() { var active = this.el.hasClass('active'); this.setActive(!active); -- 2.39.2