X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=3ec16bb019b3ad1d8e0f6d4363437839e6f5b252;hp=b03a292c2e6b353c79539d5fbffd73cd1c48b47f;hb=a35776a62e4bcafaef66ff2f66e5bb4775a49b7a;hpb=e6e74dd803c2f067844dd0d2a8b3176a06041b88 diff --git a/roojs-debug.js b/roojs-debug.js index b03a292c2e..3ec16bb019 100644 --- a/roojs-debug.js +++ b/roojs-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]; }