Browse Source

Merge pull request #284 from dimitrimitropulos/patch-1

small style consistency change (typo?)
pull/286/head
Matt Holt 9 years ago
parent
commit
7c468ceb35
  1. 5
      papaparse.js

5
papaparse.js

@ -790,9 +790,10 @@ @@ -790,9 +790,10 @@
self.streamer.parseChunk(_input);
};
this.aborted = function () {
this.aborted = function ()
{
return _aborted;
}
};
this.abort = function()
{

Loading…
Cancel
Save