Browse Source

fix typo in isMask

Robin Herbots 15 years ago
parent
commit
631da16d45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jquery.inputmask.js

+ 1 - 1
jquery.inputmask.js

@@ -338,7 +338,7 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
                 return tests[testPos][0].test(chrs);
                 return tests[testPos][0].test(chrs);
             }
             }
 
 
-            function isMask(pos) {23/03/1973
+            function isMask(pos) {
                 return tests[determineTestPosition(pos)];
                 return tests[determineTestPosition(pos)];
             }
             }