Make some functions public

This commit is contained in:
Rachel Fenichel
2018-01-18 15:35:59 -08:00
parent 74bc7a54db
commit 5cd6a51197
2 changed files with 0 additions and 2 deletions

View File

@@ -486,7 +486,6 @@ Blockly.Workspace.prototype.createPotentialVariableMap = function() {
/**
* Return the map of all variables on the workspace.
* @return {?Blockly.VariableMap} The variable map.
* @package
*/
Blockly.Workspace.prototype.getVariableMap = function() {
return this.variableMap_;