From 076f4bd8f2e599cd62cb567d9db46b69b108b53a Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 4 Dec 2014 17:47:13 +0800 Subject: [PATCH] Roo/bootstrap/menu/Menu.js --- Roo/bootstrap/menu/Menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/menu/Menu.js b/Roo/bootstrap/menu/Menu.js index b51e3022d3..b05c38ec4d 100644 --- a/Roo/bootstrap/menu/Menu.js +++ b/Roo/bootstrap/menu/Menu.js @@ -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); -- 2.39.2