Roo/bootstrap/Container.js
authoredward <edward@roojs.com>
Fri, 4 Dec 2015 04:59:53 +0000 (12:59 +0800)
committeredward <edward@roojs.com>
Fri, 4 Dec 2015 04:59:53 +0000 (12:59 +0800)
Roo/bootstrap/Container.js

index d04a70c..f5287e8 100644 (file)
@@ -194,7 +194,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
             return;
         }
         
-        this.el.select('.panel-heading .fa',true).first().on('click', this.showHide, this);
+        this.el.select('.panel-heading .fa',true).first().on('click', this.onToggle, this);
     },