mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 06:16:43 +00:00
forgot to commit src/worker/loader.ts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
var exports : any = {};
|
||||
|
||||
declare function importScripts(path:string);
|
||||
|
||||
importScripts("./workermain.js");
|
||||
Reference in New Issue
Block a user