Roo/bootstrap/Navbar.js
authorJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:32:35 +0000 (19:32 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:32:35 +0000 (19:32 +0800)
Roo/bootstrap/Navbar.js

index 59c4810..b967a16 100644 (file)
@@ -166,7 +166,7 @@ Roo.extend(Roo.bootstrap.Navbar, Roo.bootstrap.Component,  {
             return this.el.select('.collapse',true).first();
         }
         console.log(this.el)
-        return this.el.select('nav',true).first();
+        return this.el;
     }
    
 });