Roo/Element.js
authoredward <edward@roojs.com>
Fri, 24 Feb 2017 06:17:13 +0000 (14:17 +0800)
committeredward <edward@roojs.com>
Fri, 24 Feb 2017 06:17:13 +0000 (14:17 +0800)
Roo/Element.js

index c6e4ec9..fd2c9ed 100644 (file)
@@ -2618,7 +2618,7 @@ if(opt.anim.isAnimated()){
 
             var l = parseInt(this.getStyle('left'), 10);
             var t = parseInt(this.getStyle('top'), 10);
-            Roo.log(this.dom);
+            Roo.log([l, t]);
             if(isNaN(l)){
                 l = (p == "relative") ? 0 : this.dom.offsetLeft;
             }