Refer "prefs" instead of "window['...'].prefs" to load depending modules
This commit is contained in:
parent
b20f662871
commit
97e6f930d9
@ -80,7 +80,7 @@ if (Services.appinfo.OS === 'WINNT') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var TreeStyleTabBase = {
|
var TreeStyleTabBase = {
|
||||||
__proto__ : window['piro.sakura.ne.jp'].prefs,
|
__proto__ : prefs,
|
||||||
|
|
||||||
tabsHash : null,
|
tabsHash : null,
|
||||||
inWindowDestoructionProcess : false,
|
inWindowDestoructionProcess : false,
|
||||||
|
Loading…
Reference in New Issue
Block a user