diff --git a/papaparse.js b/papaparse.js index 9744adb..d1a58f8 100755 --- a/papaparse.js +++ b/papaparse.js @@ -560,10 +560,10 @@ License: MIT return results; }; - this.halted = function() + this.halted = function() { return this._halted; - } + }; this._sendError = function(error) {