| 57 | | // |
| 58 | | // options: object {pattern: String, locale: String, strict: Boolean, places: mixed} |
| 59 | | // currency- the ISO4217 currency code, a three letter sequence like "USD" |
| 60 | | // See http://en.wikipedia.org/wiki/ISO_4217 |
| 61 | | // symbol- override currency symbol. Normally, will be looked up in table of supported currencies, and ISO currency code will |
| 62 | | // be used if not found. See dojo.i18n.cldr.nls->currency.js |
| 63 | | // pattern- override pattern with this string |
| 64 | | // locale- override the locale used to determine formatting rules |
| 65 | | // strict- strict parsing, false by default |
| 66 | | // places- number of decimal places to accept. Default is defined by currency. |
| | 57 | // Note: the options.places default, the number of decimal places to accept, is defined by the currency type. |