* Update the settings to use the Japanese 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)
| 4868 | * @returns {AutoNumeric} |
| 4869 | */ |
| 4870 | japanese(optionOverride = null) { |
| 4871 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Japanese, optionOverride); |
| 4872 | |
| 4873 | return this; |
| 4874 | } |
| 4875 | |
| 4876 | /** |
| 4877 | * Update the settings to use the Spanish pre-defined language options. |
no test coverage detected