mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Swap order of arguments on domToWorkspace.
This commit is contained in:
@@ -128,7 +128,7 @@ function fromXml(xmlText) {
|
||||
alert('Error parsing XML:\n' + e);
|
||||
return;
|
||||
}
|
||||
Blockly.Xml.domToWorkspace(workspace, xmlDoc);
|
||||
Blockly.Xml.domToWorkspace(xmlDoc, workspace);
|
||||
}
|
||||
|
||||
function setOutput(text) {
|
||||
|
||||
Reference in New Issue
Block a user