Browse Source

small style consistency change (typo?)

pull/284/head
dimitrimitropulos 9 years ago
parent
commit
126820a753
  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