We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edef1b commit 2eed492Copy full SHA for 2eed492
papaparse.js
@@ -28,7 +28,7 @@ License: MIT
28
// in strict mode we cannot access arguments.callee, so we need a named reference to
29
// stringify the factory method for the blob worker
30
// eslint-disable-next-line func-name
31
-}(this, function moduleFactory()
+}(self, function moduleFactory()
32
{
33
'use strict';
34
0 commit comments