Fixed xml import/export in Playground

This commit is contained in:
spenen 2017-04-05 20:23:16 +02:00
parent 771f18e23b
commit 41082a76cd
2 changed files with 3 additions and 3 deletions

View file

@ -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();