mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Mark unbindEvent_ package instead of private
Fixes ~20 compiler warnings.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user