* Update the settings to use the Swiss 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)
| 4855 | * @returns {AutoNumeric} |
| 4856 | */ |
| 4857 | swiss(optionOverride = null) { |
| 4858 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Swiss, optionOverride); |
| 4859 | |
| 4860 | return this; |
| 4861 | } |
| 4862 | |
| 4863 | /** |
| 4864 | * Update the settings to use the Japanese pre-defined language options. |
no test coverage detected