* Return the default autoNumeric settings. * * @returns {object}
()
| 4350 | * @returns {object} |
| 4351 | */ |
| 4352 | static getDefaultConfig() { |
| 4353 | return AutoNumeric.defaultSettings; |
| 4354 | } |
| 4355 | |
| 4356 | /** |
| 4357 | * Return all the predefined language options in one object. |
no outgoing calls
no test coverage detected