* Update the settings to use the Chinese pre-defined language options. * Those pre-defined options can be overridden by passing an option object as a parameter. * * @param {object} optionOverride * @returns {AutoNumeric}
(optionOverride = null)
| 4894 | * @returns {AutoNumeric} |
| 4895 | */ |
| 4896 | chinese(optionOverride = null) { |
| 4897 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Chinese, optionOverride); |
| 4898 | |
| 4899 | return this; |
| 4900 | } |
| 4901 | |
| 4902 | /** |
| 4903 | * Update the settings to use the Brazilian pre-defined language options. |
no test coverage detected