Mark unbindEvent_ package instead of private

Fixes ~20 compiler warnings.
This commit is contained in:
Rachel Fenichel
2018-03-01 18:15:37 -08:00
committed by GitHub
parent 7356c664a0
commit a5db01559f

View File

@@ -534,7 +534,7 @@ Blockly.bindEvent_ = function(node, name, thisObject, func) {
* @param {!Array.<!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) {