MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / swiss

Method swiss

src/AutoNumeric.js:4857–4861  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls 2

getPredefinedOptionsMethod · 0.80

Tested by

no test coverage detected