Add @public annotation

This commit is contained in:
Abby
2019-07-17 11:52:14 -07:00
parent 0f4a417052
commit fe4bff70da
2 changed files with 5 additions and 0 deletions

View File

@@ -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();