Update everything to be static like the original
This commit is contained in:
Submodule web/src/cascade updated: 3cf6e98dd7...93582a351d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user