Roo/util/Format.js
authorjohn <john@roojs.com>
Thu, 14 Jun 2018 08:33:34 +0000 (16:33 +0800)
committerjohn <john@roojs.com>
Thu, 14 Jun 2018 08:33:34 +0000 (16:33 +0800)
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;