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

index ded0a50..0f487e2 100644 (file)
@@ -155,10 +155,10 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         
         this.hidden = true;
         
-        this.triggerEl = this.el.select('button.dropdown-toggle', true).first();
+        this.triggerEl = this.el.select('button.roo-dropdown-toggle', true).first();
         this.triggerEl.on('click', this.onTriggerPress, this);
         
-        this.buttonEl = this.el.select('button.dropdown-button', true).first();
+        this.buttonEl = this.el.select('button.roo-dropdown-button', true).first();
         this.buttonEl.on('click', this.onClick, this);
         
     },