1
0
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:
Daniel Bainton
2008-03-20 16:00:13 +00:00
parent 618c47bc46
commit d2021031fe

View File

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