From a5db01559fbecca385773169c36d4f5fdc4da01a Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 1 Mar 2018 18:15:37 -0800 Subject: [PATCH] Mark unbindEvent_ package instead of private Fixes ~20 compiler warnings. --- core/blockly.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {