Roo/bootstrap/NavItem.js
authoredward <edward@roojs.com>
Thu, 29 Oct 2015 04:19:58 +0000 (12:19 +0800)
committeredward <edward@roojs.com>
Thu, 29 Oct 2015 04:19:58 +0000 (12:19 +0800)
Roo/bootstrap/NavItem.js

index bf44ec6..ccb7830 100644 (file)
@@ -272,10 +272,9 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
         
         var o = target.calcOffsetsTo(c);
         
-        Roo.log(o);
         var options = {
             target : target,
-            value : o[1] + target.dom.offsetHeight
+            value : o[1]
         }
         
         this.fireEvent('scrollto', this, options, e);