fix: incorrect module for event data in renamings database (#6012)

This commit is contained in:
Beka Westberg
2022-03-18 11:06:24 -07:00
committed by GitHub
parent cefb505536
commit e502eaa6e1

View File

@@ -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_: {