Roo/bootstrap/NavGroup.js
authorAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 08:45:59 +0000 (16:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Jul 2014 08:45:59 +0000 (16:45 +0800)
Roo/bootstrap/NavGroup.js

index eecb36e..1e0fabf 100644 (file)
@@ -132,9 +132,9 @@ Roo.extend(Roo.bootstrap.NavGroup, Roo.bootstrap.Component,  {
         Roo.each(this.navItems, function(e) {
             if (e.tabId == tabId) {
                ret =  e;
-               return true;
+               return false;
             }
-            return false;
+            return true;
             
         });
         return ret;