1
0
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:
Kris Maglione
2011-09-06 10:04:38 -04:00
parent a5aafe63d9
commit 34e9e55489
5 changed files with 14 additions and 12 deletions

View File

@@ -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);