Remove errant comma from parameter list,

fixing issue #34 and #35 for IE
This commit is contained in:
Ben Brown
2011-12-06 09:53:46 -08:00
parent 78487e0592
commit f8d1362f25
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
jQuery Tags Input Plugin 1.3.2
jQuery Tags Input Plugin 1.3.3
Copyright (c) 2011 XOXCO, Inc
@@ -187,7 +187,7 @@
placeholderColor:'#666666',
autosize: true,
comfortZone: 20,
inputPadding: 6*2,
inputPadding: 6*2
},options);
this.each(function() {
+1 -1
View File
File diff suppressed because one or more lines are too long