mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Make another function public
This commit is contained in:
@@ -382,7 +382,6 @@ Blockly.Variables.generateVariableFieldXml_ = function(variableModel) {
|
||||
* @param {string=} opt_type The type to use to look up or create the variable.
|
||||
* @return {!Blockly.VariableModel} The variable corresponding to the given ID
|
||||
* or name + type combination.
|
||||
* @package
|
||||
*/
|
||||
Blockly.Variables.getOrCreateVariablePackage = function(workspace, id, opt_name,
|
||||
opt_type) {
|
||||
|
||||
Reference in New Issue
Block a user