1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:28:01 +01:00

undo get windows -> getWindows rename for now

This commit is contained in:
Martin Stubenschrott
2008-03-24 16:40:13 +00:00
parent d2021031fe
commit cdc2b78bdb

View File

@@ -903,7 +903,7 @@ const liberator = (function () //{{{
mainThread.processNextEvent(true); mainThread.processNextEvent(true);
}, },
getWindows: function() get windows: 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);