mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-12 22:40:28 -04:00
Fix issue in worker where 'window' is undefined
This commit is contained in:
parent
b8cc5f5245
commit
f5cd625be8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
importScripts('../render-worker.js');
|
||||
|
||||
var window = self;
|
||||
var renderer;
|
||||
var drawableID;
|
||||
var drawableID2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue