mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Rename Blockly.eventHandling->Blockly.browserEvents and replace all Blockly.EventData annotations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user