From e648f11e2d594d6045a711725705d32ad0e64fed Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 18 Jan 2018 15:59:26 -0800 Subject: [PATCH] Make another function public --- core/variables.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/variables.js b/core/variables.js index e29830faf..d2c5fb019 100644 --- a/core/variables.js +++ b/core/variables.js @@ -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) {