There's an error when plugin is inited second time as: ```js new InputMask(); ``` Bypass: ```js new InputMask({ masked: ".masked" }); ``` but source should be edited as here https://github.com/estelle/input-masking/pull/8
There's an error when plugin is inited second time as:
Bypass:
but source should be edited as here #8