From 46c6d7979a9fad979a95e7eb88dfa91d1482bec2 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 24 Feb 2017 14:11:32 +0800 Subject: [PATCH] Roo/Element.js --- Roo/Element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/Element.js b/Roo/Element.js index 1432ca8b26..c6e4ec919e 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -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); if(isNaN(l)){ l = (p == "relative") ? 0 : this.dom.offsetLeft; } -- 2.39.2