Skip to content

Commit

Permalink
fix: incorrect module for event data in renamings database (#6012)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Mar 18, 2022
1 parent cefb505 commit e502eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migration/renamings.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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_: {
Expand Down

0 comments on commit e502eaa

Please sign in to comment.