Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 08:30:21 +0000 (16:30 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 08:30:21 +0000 (16:30 +0800)
Roo/bootstrap/Button.js

index 3515280..47f432a 100644 (file)
@@ -309,12 +309,9 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     setActive : function(v) {
         
         this.el[v ? 'addClass' : 'removeClass']('active');
-        
-        
     },
      /**
-     * If a state it passed, it becomes the pressed state otherwise the current state is toggled.
-     * @param {Boolean} state (optional) Force a particular state
+     * toggles the current active state 
      */
     toggleActive : function()
     {