浏览代码

add regex extension skeleton

Robin Herbots 12 年之前
父节点
当前提交
e98c23c19d
共有 1 个文件被更改,包括 13 次插入0 次删除
  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);