Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:04:05 +0000 (11:04 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:04:05 +0000 (11:04 +0800)
Roo/bootstrap/menu/Menu.js

index d26ca98..3c7c505 100644 (file)
@@ -81,7 +81,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
             cls : 'btn-group',
             cn : [
                 {
-                    tag : 'button',
+                    tag : 'button dropdown-button',
                     cls : 'btn btn-' + this.weight,
                     html : this.html
                 },