X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=94b9ff7166aec9739299a61be7bb4cf2b2c55f48;hb=8946284bad10596673ce59afe8ef1ea49ba0b790;hp=3ec16bb019b3ad1d8e0f6d4363437839e6f5b252;hpb=a35776a62e4bcafaef66ff2f66e5bb4775a49b7a;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 3ec16bb019..94b9ff7166 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 Roo.util.Format.number(value/ Math.pow(1024, i) ,decimals) + ' ' + sizes[i]; + return Roo.util.Format.number(value/ Math.pow(1024, i) ,decimals) + sizes[i]; }