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

Commit

Permalink
fix a bug within the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jaromír Horák committed Apr 19, 2018
1 parent 6deee38 commit 186b8de
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file modified dist/archives/hradla-1.6.5.tar.gz
Binary file not shown.
Binary file modified dist/archives/hradla-1.6.5.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/docs/gen/canvas.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ <h1><a href="index.html" class="link">Hradla</a></h1>
wireReferences.push(wire);
}

let myWorker = new Worker("js/routeWorker.js");
let myWorker = new Worker("js/routeWorker.min.js");

myWorker.onmessage = (event) => {
const {paths} = event.data
Expand Down
1 change: 1 addition & 0 deletions dist/docs/gen/routeWorker.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h1><a href="index.html" class="link">Hradla</a></h1>
}

postMessage({paths})
close();
}
</code></pre>
</article>
Expand Down
1 change: 1 addition & 0 deletions dist/js/main.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/routeWorker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 186b8de

Please sign in to comment.