$('#credit-input').formatter({ 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}' 'persistent': true });
Should be read :
$('#credit-input').formatter({ 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}', 'persistent': true });
844e7a0
Should be read :