mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 07:15:46 +01:00
Fix NEWS munging broken by charset corruption after moving to modules.
This commit is contained in:
@@ -1318,7 +1318,7 @@ var Events = Module("events", {
|
||||
else
|
||||
for (let event in values(duringFeed))
|
||||
try {
|
||||
this.dispatch(event.originalTarget, event, event);
|
||||
DOM.Event.dispatch(event.originalTarget, event, event);
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
|
||||
Reference in New Issue
Block a user