* Update the settings to use the Brazilian 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)
| 4907 | * @returns {AutoNumeric} |
| 4908 | */ |
| 4909 | brazilian(optionOverride = null) { |
| 4910 | this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Brazilian, optionOverride); |
| 4911 | |
| 4912 | return this; |
| 4913 | } |
| 4914 | |
| 4915 | |
| 4916 | // Internal private functions |
no test coverage detected