mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 17:25:45 +01:00
fix typo in exitPopupMode()
This commit is contained in:
@@ -308,7 +308,7 @@ liberator.Events = function () //{{{
|
|||||||
function exitPopupMode()
|
function exitPopupMode()
|
||||||
{
|
{
|
||||||
// gContextMenu is set to NULL by Firefox, when a context menu is closed
|
// gContextMenu is set to NULL by Firefox, when a context menu is closed
|
||||||
if (typeof gContextMenu != "undefined" && gContextMenu == NULL && !activeMenubar)
|
if (typeof gContextMenu != "undefined" && gContextMenu == null && !activeMenubar)
|
||||||
liberator.modes.remove(liberator.modes.MENU);
|
liberator.modes.remove(liberator.modes.MENU);
|
||||||
}
|
}
|
||||||
function enterMenuMode()
|
function enterMenuMode()
|
||||||
|
|||||||
Reference in New Issue
Block a user