Skip to content

Commit

Permalink
JSLint fix, version property
Browse files Browse the repository at this point in the history
  • Loading branch information
akzhan committed Feb 20, 2009
1 parent c05e520 commit e5eab75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jquery.keyfilter.js
Expand Up @@ -29,7 +29,8 @@
{
var defaultMasks = {
pint: /[\d]/,
int: /[\d\-]/,
'int': /[\d\-]/,
pnum: /[\d\.]/,
num: /[\d\-\.]/,
hex: /[0-9a-f]/i,
email: /[a-z0-9_\.\-@]/i,
Expand Down

0 comments on commit e5eab75

Please sign in to comment.