1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 23:05:45 +01:00
This commit is contained in:
Kris Maglione
2013-04-27 20:55:05 -07:00
parent b71d56e4fe
commit 2879caf75e
4 changed files with 17 additions and 6 deletions

View File

@@ -1884,7 +1884,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
&& root._lightweightTheme
&& root._lightweightTheme._lastScreenWidth == null) {
this.withSavedValues.call(PrivateBrowsingUtils,
dactyl.withSavedValues.call(PrivateBrowsingUtils,
["isWindowPrivate"], function () {
PrivateBrowsingUtils.isWindowPrivate = function () false;