浏览代码

Merge pull request #1037 from derenio/derenio-patch-1

Add missing '*' for alphanumeric mask definition
Robin Herbots 10 年之前
父节点
当前提交
3c6afc968c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -99,7 +99,7 @@ $(document).ready(function(){
 ### Default masking definitions
 - 9 : numeric
 - a : alphabetical
-  - : alphanumeric
+  - * : alphanumeric
 
 There are more definitions defined within the extensions.<br>You can find info within the js-files or by further exploring the options.