Browse Source

Remove trailing spaces

pull/494/head
Trevor Harwell 7 years ago
parent
commit
b9bb71a47e
  1. 2
      papaparse.js

2
papaparse.js

@ -873,7 +873,7 @@ @@ -873,7 +873,7 @@
{
stream.push(null);
};
config.step = bindFunction(this._onCsvData, this);
config.complete = bindFunction(this._onCsvComplete, this);
ChunkStreamer.call(this, config);

Loading…
Cancel
Save