Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:56:46 +0000 (16:56 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:56:46 +0000 (16:56 +0800)
Roo/bootstrap/menu/Menu.js

index 4980f7b..76e2999 100644 (file)
@@ -192,7 +192,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         this.fireEvent("beforeshow", this);
         
         this.hidden = false;
-//        this.el.addClass('open');
+        this.el.addClass('open');
         
         Roo.get(document).on("mouseup", this.onMouseUp, this);