diff --git a/core/mutator.js b/core/mutator.js index 0bcbbe6e6..575da3137 100644 --- a/core/mutator.js +++ b/core/mutator.js @@ -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;