From 336079a86dccc25347aaa22238495a5a9abdd78d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 12 Jan 2011 13:15:31 +0800 Subject: [PATCH] Roo/util/Math.js --- Roo/util/Math.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/util/Math.js b/Roo/util/Math.js index 109aecf060..6dae75982a 100644 --- a/Roo/util/Math.js +++ b/Roo/util/Math.js @@ -25,7 +25,7 @@ Roo.util.Math.prototype = { precision : 0, - _constructor : function (num, precision, roundType){ + _constructor : function (num, precision, roundType) { var i; if(num instanceof Roo.util.Math){ var o = this; -- 2.39.2