Fix several RTL bugs.

This commit is contained in:
Neil Fraser
2015-05-19 12:02:34 -07:00
parent b21438e96e
commit 6fdab711b2
51 changed files with 148 additions and 168 deletions

View File

@@ -122,7 +122,8 @@
<script>
var workspace = Blockly.inject('blocklyDiv',
{toolbox: document.getElementById('toolbox')});
{media: '../../media/',
toolbox: document.getElementById('toolbox')});
Blockly.Xml.domToWorkspace(workspace,
document.getElementById('startBlocks'));