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

index 0f487e2..80b8447 100644 (file)
@@ -169,7 +169,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
             return this.el;
         }
         
-        return this.el.select('ul.dropdown-menu', true).first();
+        return this.el.select('ul.roo-dropdown-menu', true).first();
     },
     
     onClick : function(e)