Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Tue, 8 Apr 2014 10:20:53 +0000 (18:20 +0800)
committerEdward <edward@roojs.com>
Tue, 8 Apr 2014 10:20:53 +0000 (18:20 +0800)
Roo/bootstrap/Button.js

index 9e1354c..d7fbadb 100644 (file)
@@ -170,7 +170,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             
         } else if (this.menu) {
             cfg.tag = 'a';
-            cfg.cls += ' dropdown test';
+            cfg.cls += ' dropdown';
         }
         
         if (this.disabled) {