Browse Source

Fixes linting

pull/637/head
Varun Sharma 6 years ago
parent
commit
edb03f7d27
  1. 4
      papaparse.js

4
papaparse.js

@ -560,10 +560,10 @@ License: MIT @@ -560,10 +560,10 @@ License: MIT
return results;
};
this.halted = function()
this.halted = function()
{
return this._halted;
}
};
this._sendError = function(error)
{

Loading…
Cancel
Save