Roo/util/Format.js
authorAlan Knowles <alan@roojs.com>
Tue, 31 Jul 2012 04:11:28 +0000 (12:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Jul 2012 04:11:28 +0000 (12:11 +0800)
Roo/util/Format.js

index 531fed6..c195a34 100644 (file)
@@ -170,6 +170,7 @@ Roo.util.Format = function(){
          * Format a number
          * eventually this should probably emulate php's number_format
          * @param {Number/String} value The numeric value to format
+         * @param {Number} decimals number of decimal places
          * @return {String} The formatted currency string
          */
         number : function(v,decimals)