From f10c48648eb58746c06b6295c7c7ece2d89206ce Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 7 Jan 2020 14:47:28 -0800 Subject: [PATCH] Changed mutator getWorkspace to package. (#3561) --- core/mutator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/mutator.js b/core/mutator.js index f00cd0247..8b3e46963 100644 --- a/core/mutator.js +++ b/core/mutator.js @@ -76,6 +76,7 @@ Blockly.Mutator.prototype.setBlock = function(block) { * Returns the workspace inside this mutator icon's bubble. * @return {Blockly.WorkspaceSvg} The workspace inside this mutator icon's * bubble. + * @package */ Blockly.Mutator.prototype.getWorkspace = function() { return this.workspace_;