From: edward Date: Thu, 28 Jan 2016 08:57:50 +0000 (+0800) Subject: Roo/Element.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9249bb647ca9dec76c68b79e7c2c30cbe0bd7a20;p=roojs1 Roo/Element.js --- diff --git a/Roo/Element.js b/Roo/Element.js index fbf77eafe8..45b5d308bd 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -1217,7 +1217,7 @@ if(opt.anim.isAnimated()){ x -= par.getX(); } - return parseFloat(x); + return x; } },