mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Swap order of arguments on domToWorkspace.
This commit is contained in:
@@ -124,8 +124,8 @@
|
||||
var workspace = Blockly.inject('blocklyDiv',
|
||||
{media: '../../media/',
|
||||
toolbox: document.getElementById('toolbox')});
|
||||
Blockly.Xml.domToWorkspace(workspace,
|
||||
document.getElementById('startBlocks'));
|
||||
Blockly.Xml.domToWorkspace(document.getElementById('startBlocks'),
|
||||
workspace);
|
||||
|
||||
var myInterpreter = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user