Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:26:53 +0000 (18:26 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:26:53 +0000 (18:26 +0800)
Roo/bootstrap/menu/Menu.js

index 4a7fb8c..fb401f9 100644 (file)
@@ -147,6 +147,8 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         this.triggerEl = this.el.select('button.dropdown-toggle', true).first();
         this.triggerEl.on('click', this.onTriggerPress, this);
         
+        this.el.on('click', this.onClick, this);
+        
     },
     
     onTriggerPress  : function(e)