Skip to content

Commit

Permalink
Fixed bug 18 that was causing issues in IE
Browse files Browse the repository at this point in the history
jquery.csv.js
* removed a trailing comma withing an object literal
  • Loading branch information
evanplaice committed Nov 19, 2012
1 parent 5eacc4a commit 78b3312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ RegExp.escape= function(s) {
end: options.end,
state: {
rowNum: 1,
colNum: 1,
colNum: 1
}
};

Expand Down

0 comments on commit 78b3312

Please sign in to comment.