mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Add jsdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user