Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
fixes #311
Browse files Browse the repository at this point in the history
add key to be replaced(server side change pending)
  • Loading branch information
Idrinth committed Dec 4, 2017
1 parent bfdbc65 commit 04d6762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mods/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ idrinth.core = {
}
var blobURL = window.URL.createObjectURL(
new Blob([
"/*js:big*/" +//replaced server-side from libs/[name].js
"self.onmessage = function(message) {var work=" +
inWorker.toString() +
";self.postMessage(work(message.data));self.close();}"
Expand Down

0 comments on commit 04d6762

Please sign in to comment.