Comma missed in sample of main documentation #5

Closed
fabdouglas opened this Issue Oct 29, 2013 · 0 comments

Projects

None yet

1 participant

Contributor
$('#credit-input').formatter({
  'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}'
  'persistent': true
});

Should be read :

$('#credit-input').formatter({
  'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}',
  'persistent': true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment