Browse Source

Fix code style formatting

pull/494/head
Trevor Harwell 7 years ago
parent
commit
5fe6b8b245
  1. 3
      papaparse.js

3
papaparse.js

@ -890,7 +890,8 @@ @@ -890,7 +890,8 @@
}
};
this._addToParseQueue = function(chunk, callback) {
this._addToParseQueue = function(chunk, callback)
{
// add to queue so that we can indicate
// completion via callback
// node will automatically pause the incoming stream

Loading…
Cancel
Save