fixup 8976bd58: specify parent to avoid deadzoning
This commit is contained in:
parent
543fec82ce
commit
80ff6f6832
|
@ -75,7 +75,7 @@ var prefs = new function Prefs() {
|
||||||
};
|
};
|
||||||
|
|
||||||
// FF may think localStorage is a cookie or that it's not secure
|
// FF may think localStorage is a cookie or that it's not secure
|
||||||
const localStorage = tryCatch(() => localStorage) ? window.localStorage : {};
|
const localStorage = tryCatch(() => window.localStorage) ? window.localStorage : {};
|
||||||
|
|
||||||
// coalesce multiple pref changes in broadcast
|
// coalesce multiple pref changes in broadcast
|
||||||
let broadcastPrefs = {};
|
let broadcastPrefs = {};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user