mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
fix: incorrect module for event data in renamings database (#6012)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
oldName: 'Blockly',
|
||||
exports: {
|
||||
// bind/unbind events functions. See PR #4642
|
||||
EventData: {newModule: 'Blockly.eventHandling', newExport: 'Data'},
|
||||
EventData: {newModule: 'Blockly.browserEvents', newExport: 'Data'},
|
||||
bindEvent_: {newModule: 'Blockly.browserEvents', newExport: 'bind'},
|
||||
unbindEvent_: {newModule: 'Blockly.browserEvents', newExport: 'unbind'},
|
||||
bindEventWithChecks_: {
|
||||
|
||||
Reference in New Issue
Block a user