mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Make some functions public
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user