mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-05-17 17:00:39 -04:00
test: fix tests for new ScratchStorage API
This commit is contained in:
parent
982bf3ea41
commit
45e0a503a8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ window.loadFileInputIntoVM = (fileInput, vm, render) => {
|
|||
|
||||
window.initVM = render => {
|
||||
const vm = new VirtualMachine();
|
||||
const storage = new ScratchStorage();
|
||||
const storage = new ScratchStorage.ScratchStorage();
|
||||
|
||||
vm.attachStorage(storage);
|
||||
vm.attachRenderer(render);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue