Roo/bootstrap/NavGroup.js
authorEdward <edward@roojs.com>
Fri, 20 Mar 2015 04:13:24 +0000 (12:13 +0800)
committerEdward <edward@roojs.com>
Fri, 20 Mar 2015 04:13:24 +0000 (12:13 +0800)
Roo/bootstrap/NavGroup.js

index 0a05674..d11d20c 100644 (file)
@@ -188,7 +188,7 @@ Roo.extend(Roo.bootstrap.NavGroup, Roo.bootstrap.Component,  {
     clearAll : function()
     {
         Roo.log(this.el);
-        this.navItems = false;
+        this.navItems = [];
         this.el.dom.innerHTML = '';
     },