Change workspace name to playgroundWorkspace.

This commit is contained in:
marisaleung
2017-07-27 16:11:41 -07:00
parent 022010d722
commit 103c10eddb
13 changed files with 46 additions and 45 deletions

View File

@@ -38,7 +38,7 @@
</xml>
<script>
var workspace = Blockly.inject('blocklyDiv',
var demoWorkspace = Blockly.inject('blocklyDiv',
{media: '../../media/',
toolbox: document.getElementById('toolbox')});
</script>