MCPcopy
hub / github.com/autoNumeric/autoNumeric / spanish

Method spanish

src/AutoNumeric.js:4883–4887  ·  view source on GitHub ↗

* Update the settings to use the Spanish 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)

Source from the content-addressed store, hash-verified

4881 * @returns {AutoNumeric}
4882 */
4883 spanish(optionOverride = null) {
4884 this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Spanish, optionOverride);
4885
4886 return this;
4887 }
4888
4889 /**
4890 * Update the settings to use the Chinese pre-defined language options.

Callers 1

Calls 2

getPredefinedOptionsMethod · 0.80

Tested by

no test coverage detected