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