mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-12-23 03:29:39 +00:00
forgot to commit src/worker/loader.ts
This commit is contained in:
parent
0709c68e2c
commit
954490e1b6
6
src/worker/loader.ts
Normal file
6
src/worker/loader.ts
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
var exports : any = {};
|
||||
|
||||
declare function importScripts(path:string);
|
||||
|
||||
importScripts("./workermain.js");
|
Loading…
Reference in New Issue
Block a user