Merge pull request #1682 from google/rachel-fenichel-patch-2

Mark unbindEvent_ package instead of private
This commit is contained in:
Rachel Fenichel
2018-03-02 13:50:47 -08:00
committed by GitHub

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) {