Add jsdoc

This commit is contained in:
Rachel Fenichel
2021-02-23 10:25:23 -08:00
parent ad37d9e5c6
commit 896ec0b637

View File

@@ -485,6 +485,18 @@ Blockly.setParentContainer = function(container) {
};
/** Aliases. */
/**
* @see Blockly.browserEvents.bind
*/
Blockly.bindEvent_ = Blockly.browserEvents.bind;
/**
* @see Blockly.browserEvents.unbind
*/
Blockly.unbindEvent_ = Blockly.browserEvents.unbind;
/**
* @see Blockly.browserEvents.conditionalBind
*/
Blockly.bindEventWithChecks_ = Blockly.browserEvents.conditionalBind;