mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-01 16:53:59 -04:00
Fixed xml import/export in Playground
This commit is contained in:
parent
771f18e23b
commit
41082a76cd
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ var VirtualMachine = require('scratch-vm');
|
|||
var vm = new VirtualMachine();
|
||||
|
||||
// Block events
|
||||
workspace.addChangeListener(vm.blockListener);
|
||||
Scratch.workspace.addChangeListener(vm.blockListener);
|
||||
|
||||
// Run threads
|
||||
vm.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue