Roo/Element.js
authoredward <edward@roojs.com>
Thu, 28 Jan 2016 08:57:50 +0000 (16:57 +0800)
committeredward <edward@roojs.com>
Thu, 28 Jan 2016 08:57:50 +0000 (16:57 +0800)
Roo/Element.js

index fbf77ea..45b5d30 100644 (file)
@@ -1217,7 +1217,7 @@ if(opt.anim.isAnimated()){
                     x -= par.getX();
                 }
 
-                return parseFloat(x);
+                return x;
             }
         },