X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_util_Format.js.html;h=3fce3b55646971167d819660214b4a4aed6d6223;hp=7e7630980f0d1bc1d4337564a69bffe50f774b11;hb=a35776a62e4bcafaef66ff2f66e5bb4775a49b7a;hpb=e6e74dd803c2f067844dd0d2a8b3176a06041b88 diff --git a/docs/src/Roo_util_Format.js.html b/docs/src/Roo_util_Format.js.html index 7e7630980f..3fce3b5564 100644 --- a/docs/src/Roo_util_Format.js.html +++ b/docs/src/Roo_util_Format.js.html @@ -260,7 +260,7 @@ 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]; }