Roo/util/Format.js
[roojs1] / Roo / util / Format.js
index 25a1d4c..01c2343 100644 (file)
@@ -194,6 +194,7 @@ Roo.util.Format = function(){
             var r = /(\d+)(\d{3})/;
             // add comma's
             while (r.test(whole)) {
+                Roo.log('cannot be empty....');
                 whole = whole.replace(r, '$1' + thousandsDelimiter + '$2');
             }