mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Add @public annotation
This commit is contained in:
@@ -503,6 +503,7 @@ Blockly.Variables.getOrCreateVariablePackage = function(workspace, id, opt_name,
|
||||
* Only used if lookup by ID fails.
|
||||
* @return {Blockly.VariableModel} The variable corresponding to the given ID
|
||||
* or name + type combination, or null if not found.
|
||||
* @public
|
||||
*/
|
||||
Blockly.Variables.getVariable = function(workspace, id, opt_name, opt_type) {
|
||||
var potentialVariableMap = workspace.getPotentialVariableMap();
|
||||
|
||||
Reference in New Issue
Block a user