Roo/util/Format.js
[roojs1] / Roo / util / Format.js
index ed483b6..fa5a41e 100644 (file)
@@ -173,7 +173,7 @@ Roo.util.Format = function(){
          * @param {Number} decimals number of decimal places
          * @return {String} The formatted currency string
          */
-        number : function(v, decimals, decimalsSeparator = '.',thousandsDelimiter = ',')
+        number : function(v, decimals, decimalsSeparator = ".", thousandsDelimiter = ",")
         {
             // multiply and round.
             decimals = typeof(decimals) == 'undefined' ? 2 : decimals;