Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:51:10 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:51:10 +0000 (16:51 +0800)
Roo/bootstrap/menu/Menu.js

index 9f8b226..ded0a50 100644 (file)
@@ -102,12 +102,12 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
             cn : [
                 {
                     tag : 'button',
-                    cls : 'dropdown-button btn btn-' + this.weight,
+                    cls : 'roo-dropdown-button btn btn-' + this.weight,
                     cn : text
                 },
                 {
                     tag : 'button',
-                    cls : 'dropdown-toggle btn btn-' + this.weight,
+                    cls : 'roo-dropdown-toggle btn btn-' + this.weight,
                     cn : [
                         {
                             tag : 'span',