mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Fix parsing and passing of workspace options around Blockly (#3616)
This commit is contained in:
@@ -155,7 +155,7 @@ Blockly.Options = function(options) {
|
||||
* workspace.
|
||||
* @type {Blockly.Workspace}
|
||||
*/
|
||||
this.parentWorkspace = null;
|
||||
this.parentWorkspace = options['parentWorkspace'];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user