Browse Source

Update README.md

Andrey Nikonov 9 years ago
parent
commit
1301d56599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -735,7 +735,7 @@ Clear the incomplete input on blur
 
 
 ```javascript
 ```javascript
 $(document).ready(function(){
 $(document).ready(function(){
-  $("#date").inputmask("d/m/y",{ "clearIncomplete": true } });
+  $("#date").inputmask("d/m/y",{ "clearIncomplete": true });
 });
 });
 ```
 ```