From 701b187640adb3bfc757a327159d269a0b56e169 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 16 Mar 2018 14:58:30 -0700 Subject: [PATCH] Fix #1699 --- core/mutator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;