Browse Source

Using latest

pull/89/head
Matthew Holt 11 years ago
parent
commit
a5c76266d2
  1. 3
      resources/js/papaparse.js

3
resources/js/papaparse.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
Papa Parse
v3.1.0
v3.1.1
https://github.com/mholt/PapaParse
*/
(function(global)
@ -791,6 +791,7 @@ @@ -791,6 +791,7 @@
row["__parsed_extra"] = [];
row["__parsed_extra"].push(_results.data[i][j]);
}
else
row[_fields[j]] = _results.data[i][j];
}
}

Loading…
Cancel
Save