diff --git a/core/blockly.js b/core/blockly.js index 3aa2cf908..c3d5646a6 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -534,7 +534,7 @@ Blockly.bindEvent_ = function(node, name, thisObject, func) { * @param {!Array.} bindData Opaque data from bindEvent_. * This list is emptied during the course of calling this function. * @return {!Function} The function call. - * @private + * @package */ Blockly.unbindEvent_ = function(bindData) { while (bindData.length) {