Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 8fa5af1

Browse files
committed
Merge pull request #6 from fd/patch-1
WebWorkers don't have window.
2 parents bd26fad + 51ab442 commit 8fa5af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,4 @@
562562

563563
scope.URL = jURL;
564564

565-
})(window);
565+
})(this);

0 commit comments

Comments
 (0)