Roo/util/Math.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:15:31 +0000 (13:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 12 Jan 2011 05:15:31 +0000 (13:15 +0800)
Roo/util/Math.js

index 109aecf..6dae759 100644 (file)
@@ -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;