From 31e90004a978931d6f3271b07cee796316ccb94c Mon Sep 17 00:00:00 2001 From: aha00a Date: Sun, 15 Mar 2015 22:37:18 +0900 Subject: [PATCH] move comma from comment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84455d0..438b00f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,6 @@ option to false. 'delimiter': [',',';'], 'removeWithBackspace' : true, 'minChars' : 0, - 'maxChars' : 0 //if not provided there is no limit, + 'maxChars' : 0, //if not provided there is no limit 'placeholderColor' : '#666666' });