mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Merge pull request #1549 from rachel-fenichel/bugfix/annotations
Make some functions public
This commit is contained in:
@@ -109,7 +109,6 @@ Blockly.Variables.allVariables = function(root) {
|
||||
* For use by generators.
|
||||
* @param {!Blockly.Workspace} workspace The workspace to search.
|
||||
* @return {!Array.<string>} A list of non-duplicated variable names.
|
||||
* @package
|
||||
*/
|
||||
Blockly.Variables.allDeveloperVariables = function(workspace) {
|
||||
var blocks = workspace.getAllBlocks();
|
||||
|
||||
@@ -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