Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 09:47:13 +0000 (17:47 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 09:47:13 +0000 (17:47 +0800)
Roo/bootstrap/menu/Menu.js

index b51e302..b05c38e 100644 (file)
@@ -127,7 +127,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     },
     
     initEvents : function() {
-        
+        this.hidden = true;
         this.triggerEl = this.el.select('button.dropdown-toggle', true).first();
         this.triggerEl.on('click', this.onTriggerPress, this);