Refer "prefs" instead of "window['...'].prefs" to load depending modules

This commit is contained in:
Piro / YUKI Hiroshi 2013-01-06 00:31:43 +09:00
parent b20f662871
commit 97e6f930d9

View File

@ -80,7 +80,7 @@ if (Services.appinfo.OS === 'WINNT') {
}
var TreeStyleTabBase = {
__proto__ : window['piro.sakura.ne.jp'].prefs,
__proto__ : prefs,
tabsHash : null,
inWindowDestoructionProcess : false,