mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-10 16:29:48 +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…
x
Reference in New Issue
Block a user