mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:08:00 +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);
|
||||
},
|
||||
|
||||
get windows()
|
||||
getWindows: function()
|
||||
{
|
||||
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
||||
.getService(Components.interfaces.nsIWindowMediator);
|
||||
|
||||
Reference in New Issue
Block a user