Browse Source

Bug fix for classic mac CSV files; closes #43

pull/51/head 2.1.3
Matthew Holt 11 years ago
parent
commit
774ed83467
  1. 2
      jquery.parse.js
  2. 4
      jquery.parse.min.js
  3. 2
      parse.jquery.json

2
jquery.parse.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
Papa Parse
v2.1.0
v2.1.3
https://github.com/mholt/jquery.parse
*/

4
jquery.parse.min.js vendored

File diff suppressed because one or more lines are too long

2
parse.jquery.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "parse",
"version": "2.1.2",
"version": "2.1.3",
"title": "Papa Parse",
"description": "Papa is a powerful CSV (delimited text) parser that streams large files and gracefully handles malformed input.",
"keywords": [

Loading…
Cancel
Save