浏览代码

Update README.md

Robin Herbots 11 年之前
父节点
当前提交
8d8f15dcd5
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -497,7 +497,7 @@ Try to keep the mask static while typing. Decisions to alter the mask will be po
 ex.
 ex.
 $(selector).inputmask({ mask: ["+55-99-9999-9999", "+55-99-99999-9999", ], keepStatic: true });
 $(selector).inputmask({ mask: ["+55-99-9999-9999", "+55-99-99999-9999", ], keepStatic: true });
 
 
-typing 1212345123 => should result in +55-12-1234-5123
+typing 1212345123 => should result in +55-12-1234-5123 
 type extra 4 => switch to +55-12-12345-1234
 type extra 4 => switch to +55-12-12345-1234
 
 
 
 
@@ -518,10 +518,6 @@ $(selector).inputmask("Regex", {
 	}
 	}
 });
 });
 ```
 ```
-### multi-masks options:
-#### multi
-#### determineActiveMasksetIndex
-
 ##Functions
 ##Functions
 
 
 #### mask
 #### mask