mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:57:58 +01:00
Fixing a typo in the liberator.getWindows() function name
This commit is contained in:
@@ -903,7 +903,7 @@ const liberator = (function () //{{{
|
|||||||
mainThread.processNextEvent(true);
|
mainThread.processNextEvent(true);
|
||||||
},
|
},
|
||||||
|
|
||||||
get windows()
|
getWindows: function()
|
||||||
{
|
{
|
||||||
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
||||||
.getService(Components.interfaces.nsIWindowMediator);
|
.getService(Components.interfaces.nsIWindowMediator);
|
||||||
|
|||||||
Reference in New Issue
Block a user