mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 00:15:46 +01:00
Support Firefox 45 (without e10s).
This commit is contained in:
@@ -489,7 +489,12 @@ var Overlay = Module("Overlay", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReferen
|
||||
return this.windows.has(win) && win;
|
||||
},
|
||||
|
||||
set activeWindow(win) { this._activeWindow = util.weakReference(win); },
|
||||
set activeWindow(win) {
|
||||
this._activeWindow = util.weakReference(win);
|
||||
|
||||
if (win.dactyl)
|
||||
util.flushLateMethods(win.dactyl);
|
||||
},
|
||||
|
||||
/**
|
||||
* A list of extant dactyl windows.
|
||||
|
||||
Reference in New Issue
Block a user