Rename Blockly.eventHandling->Blockly.browserEvents and replace all Blockly.EventData annotations

This commit is contained in:
Rachel Fenichel
2021-02-22 13:23:19 -08:00
parent 2a3f5040e6
commit 54c4e8de39
17 changed files with 65 additions and 65 deletions

View File

@@ -31,14 +31,14 @@ CustomFields.FieldPitch = function(text) {
/**
* Click event data.
* @type {?Blockly.EventData}
* @type {?Blockly.browserEvents.Data}
* @private
*/
this.clickWrapper_ = null;
/**
* Move event data.
* @type {?Blockly.EventData}
* @type {?Blockly.browserEvents.Data}
* @private
*/
this.moveWrapper_ = null;