From a5c76266d2314fe83f587d2c7eefe57dd3e44a61 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 1 Sep 2014 19:26:38 -0600 Subject: [PATCH] Using latest --- resources/js/papaparse.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/js/papaparse.js b/resources/js/papaparse.js index 00e37a2..3f31b91 100644 --- a/resources/js/papaparse.js +++ b/resources/js/papaparse.js @@ -1,6 +1,6 @@ /* Papa Parse - v3.1.0 + v3.1.1 https://github.com/mholt/PapaParse */ (function(global) @@ -791,7 +791,8 @@ row["__parsed_extra"] = []; row["__parsed_extra"].push(_results.data[i][j]); } - row[_fields[j]] = _results.data[i][j]; + else + row[_fields[j]] = _results.data[i][j]; } } @@ -1319,4 +1320,4 @@ { return typeof func === 'function'; } -})(this); \ No newline at end of file +})(this);