This commit is contained in:
Rachel Fenichel
2018-03-16 14:58:30 -07:00
committed by Neil Fraser
parent 6ff49fb3bf
commit 701b187640

View File

@@ -424,7 +424,7 @@ Blockly.Mutator.reconnect = function(connectionChild, block, inputName) {
* account whether it is a flyout.
* @param {?Blockly.Workspace} workspace The workspace that is inside a mutator.
* @return {?Blockly.Workspace} The mutator's parent workspace or null.
* @package
* @public
*/
Blockly.Mutator.findParentWs = function(workspace) {
var outerWs = null;