X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-core-debug.js;h=991ce719a922a328f77da43cff35a83e4bb68cc6;hp=f41e4090653a08705885a00fd900a7bf5232e1fc;hb=a35776a62e4bcafaef66ff2f66e5bb4775a49b7a;hpb=e6e74dd803c2f067844dd0d2a8b3176a06041b88 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index f41e409065..991ce719a9 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]; }