Browse Source

add regex extension skeleton

Robin Herbots 12 years ago
parent
commit
e98c23c19d
1 changed files with 13 additions and 0 deletions
  1. 13 0
      js/jquery.inputmask.regex.extensions.js

+ 13 - 0
js/jquery.inputmask.regex.extensions.js

@@ -0,0 +1,13 @@
+/*
+Input Mask plugin extensions
+http://github.com/RobinHerbots/jquery.inputmask
+Copyright (c) 2010 - 2013 Robin Herbots
+Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
+Version: 0.0.0
+
+Regex extensions on the jquery.inputmask base
+Allows for using regular expressions as a mask
+*/
+(function ($) {
+   
+})(jQuery);