Skip to content

Commit f8d1362

Browse files
author
Ben Brown
committed
Remove errant comma from parameter list,
fixing issue xoxco#34 and xoxco#35 for IE
1 parent 78487e0 commit f8d1362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jquery.tagsinput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
jQuery Tags Input Plugin 1.3.2
3+
jQuery Tags Input Plugin 1.3.3
44
55
Copyright (c) 2011 XOXCO, Inc
66
@@ -187,7 +187,7 @@
187187
placeholderColor:'#666666',
188188
autosize: true,
189189
comfortZone: 20,
190-
inputPadding: 6*2,
190+
inputPadding: 6*2
191191
},options);
192192

193193
this.each(function() {

jquery.tagsinput.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)