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

@@ -24,7 +24,9 @@
<script>
function init() {
var workspace = Blockly.inject('blocklyDiv',
{rtl: true, toolbox: document.getElementById('toolbox')});
{media: '../../media/',
rtl: true,
toolbox: document.getElementById('toolbox')});
Blockly.Xml.domToWorkspace(workspace,
document.getElementById('startBlocks'));
//window.onbeforeunload = function() {