Roo/bootstrap/Menu.js
authoredward <edward@roojs.com>
Fri, 29 Dec 2017 06:05:25 +0000 (14:05 +0800)
committeredward <edward@roojs.com>
Fri, 29 Dec 2017 06:05:25 +0000 (14:05 +0800)
Roo/bootstrap/Menu.js

index afa67c3..c172d57 100644 (file)
@@ -140,6 +140,8 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         
         this.triggerEl.on('click', this.onTriggerClick, this);
         
+        Roo.log(this.triggerEl);
+        
         this.triggerEl.on(Roo.isTouch ? 'touchstart' : 'mouseup', this.onTriggerPress, this);
         
         this.triggerEl.addClass('dropdown-toggle');