Browse Source

remove empty lines

pull/709/head
Jacky Jiang 6 years ago
parent
commit
31975efa14
  1. 2
      papaparse.js

2
papaparse.js

@ -683,9 +683,7 @@ License: MIT
} }
this._start += xhr.responseText.length; this._start += xhr.responseText.length;
this._finished = !this._config.chunkSize || this._start >= getFileSize(xhr); this._finished = !this._config.chunkSize || this._start >= getFileSize(xhr);
this.parseChunk(xhr.responseText); this.parseChunk(xhr.responseText);
}; };

Loading…
Cancel
Save