mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 19:52:25 +01:00
fix typo in removeEventListener call
This commit is contained in:
@@ -251,7 +251,7 @@ function Events() //{{{
|
||||
|
||||
getBrowser().removeProgressListener(this.progressListener);
|
||||
|
||||
window.removeEventListener("popupshowing", enterPopupMode(), true);
|
||||
window.removeEventListener("popupshown", enterPopupMode(), true);
|
||||
window.removeEventListener("popuphidden", exitPopupMode(), true);
|
||||
window.removeEventListener("DOMMenuBarActive", enterMenuMode(), true);
|
||||
window.removeEventListener("DOMMenuBarInactive", exitMenuMode(), true);
|
||||
|
||||
Reference in New Issue
Block a user