From: edward Date: Fri, 24 Feb 2017 06:19:39 +0000 (+0800) Subject: Roo/Element.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=360249584582a32f6b3be853c776e992762fd634;p=roojs1 Roo/Element.js --- diff --git a/Roo/Element.js b/Roo/Element.js index fd2c9ed4eb..083cee0613 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([l, t]); + Roo.log(this.getStyle('top')); if(isNaN(l)){ l = (p == "relative") ? 0 : this.dom.offsetLeft; }