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

index dfcc898..64b77e7 100644 (file)
@@ -125,6 +125,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         this.triggerEl.on('click', this.onTriggerPress, this);
         
         this.buttonEl = this.el.select('button.dropdown-button', true).first();
+        Roo.log(this.buttonEl);
         this.buttonEl.on('click', this.onClick, this);
         
     },