tidy yp formating
[roojs1] / roojs-debug.js
index b03a292..3ec16bb 100644 (file)
@@ -14005,7 +14005,7 @@ Roo.util.Format = function(){
                 return 0;
             }
             var i = parseInt(Math.floor(Math.log(value) / Math.log(1024)));
-            return this.number(value/ Math.pow(1024, i) ,decimals) + ' ' + sizes[i];
+            return Roo.util.Format.number(value/ Math.pow(1024, i) ,decimals) + ' ' + sizes[i];
         }