Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Thu, 17 Apr 2014 04:22:26 +0000 (12:22 +0800)
committerEdward <edward@roojs.com>
Thu, 17 Apr 2014 04:22:26 +0000 (12:22 +0800)
Roo/bootstrap/Button.js

index bec1d57..b6453bf 100644 (file)
@@ -170,10 +170,6 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             
             delete cfg.html;
             
-        } 
-        else if (this.menu) {
-            cfg.cls += ' dropdown';
-            cfg.html = this.html  + ' <span class="caret"></span>';
         }
         
         if (this.disabled) {