Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 08:54:32 +0000 (16:54 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 08:54:32 +0000 (16:54 +0800)
Roo/bootstrap/menu/Menu.js

index 6c81a16..d75b349 100644 (file)
@@ -91,6 +91,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     
     
     getChildContainer : function() {
+        Roo.log(this.el);
         return this.el.select('dropdown-menu', true).first();  
     },