Update everything to be static like the original

This commit is contained in:
Kurt Hutten
2020-11-16 20:21:33 +11:00
parent 439d5580f3
commit 474f53e778
8 changed files with 30 additions and 1832 deletions

View File

@@ -29,7 +29,7 @@
// Begins loading the CAD Kernel Web Worker
if (window.Worker) {
cascadeStudioWorker = new Worker('/CascadeStudioMainWorker.js');
cascadeStudioWorker = new Worker('/CADWorker/CascadeStudioMainWorker.js');
// Ping Pong Messages Back and Forth based on their registration in messageHandlers
// var messageHandlers = {};
cascadeStudioWorker.onmessage = function (e) {