Browse Source

Using latest (4.0.1)

pull/180/head
Matthew Holt 11 years ago
parent
commit
f93ab97220
  1. 6
      resources/js/papaparse.js

6
resources/js/papaparse.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*
Papa Parse
v4.0.0
v4.0.1
https://github.com/mholt/PapaParse
*/
(function(global)
@ -85,7 +85,11 @@ @@ -85,7 +85,11 @@
function parseNextFile()
{
if (queue.length == 0)
{
if (isFunction(options.complete))
options.complete();
return;
}
var f = queue[0];

Loading…
Cancel
Save