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

index 90e2060..a207cc3 100644 (file)
@@ -165,7 +165,7 @@ Roo.extend(Roo.bootstrap.Navbar, Roo.bootstrap.Component,  {
         if (this.bar === true) {
             return this.el.select('.collapse',true).first();
         }
-        console.log(this.el)
+        console.log(this.el.first())
         return this.el;
     }