mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Changed mutator getWorkspace to package. (#3561)
This commit is contained in:
committed by
Sam El-Husseini
parent
8151b94c2c
commit
f10c48648e
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user