Changed mutator getWorkspace to package. (#3561)

This commit is contained in:
Beka Westberg
2020-01-07 14:47:28 -08:00
committed by Sam El-Husseini
parent 8151b94c2c
commit f10c48648e

View File

@@ -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_;