Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:19:21 +0000 (11:19 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:19:21 +0000 (11:19 +0800)
Roo/bootstrap/menu/Menu.js

index d96661c..a1a893b 100644 (file)
@@ -66,7 +66,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     
     
     getChildContainer : function() {
-        if(this.submenu){
+        if(this.isSubMenu()){
             return this.el;
         }