Browse Source

minor for cache

Robin Herbots 10 years ago
parent
commit
fd3e6d4393
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/jquery.inputmask.js

+ 1 - 1
js/jquery.inputmask.js

@@ -639,7 +639,7 @@
                     }
                 }
 
-                if (false && cacheable !== false && getMaskSet()['tests'][pos] && !getMaskSet()['validPositions'][pos]) {
+                if (false && cacheable !== false && getMaskSet()['tests'][pos]) {
                     return getMaskSet()['tests'][pos];
                 }
                 if (ndxIntlzr == undefined) {