Browse Source

add comment

Robin Herbots 12 years ago
parent
commit
7a6a240600
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/jquery.inputmask.js

+ 1 - 0
js/jquery.inputmask.js

@@ -1124,6 +1124,7 @@
                             $input.prop("title", getActiveMaskSet()["mask"]);
                         }
 
+                        //needed for IE8 and below
                         if (e) e.preventDefault ? e.preventDefault() : e.returnValue = false;
                     }
                 }