X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;h=cb3923e5362d7b613c04a7ee46dc9ba6f06058d0;hb=8946284bad10596673ce59afe8ef1ea49ba0b790;hp=f41e4090653a08705885a00fd900a7bf5232e1fc;hpb=e6e74dd803c2f067844dd0d2a8b3176a06041b88;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index f41e409065..cb3923e536 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -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]; }