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

index afcd2dd..42e7383 100644 (file)
@@ -256,6 +256,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         if(!this.el){
             this.render();
         }
+        Roo.log(this.el);
         this.fireEvent("beforeshow", this);
         this.showAt(this.el.getAlignToXY(el, pos || this.defaultAlign), parentMenu, false);
     },