Fix syntax error
This commit is contained in:
parent
90ca9e36ec
commit
51f0dcb960
@ -263,7 +263,7 @@ let TreeStyleTabUtils = {
|
||||
return this.SessionStoreNS.TabRestoreStates;
|
||||
},
|
||||
get SessionStoreNS() {
|
||||
if (!this._SessionStoreNS)
|
||||
if (!this._SessionStoreNS) {
|
||||
try {
|
||||
// resource://app/modules/sessionstore/SessionStore.jsm ?
|
||||
this._SessionStoreNS = Components.utils.import('resource:///modules/sessionstore/SessionStore.jsm', {});
|
||||
|
Loading…
x
Reference in New Issue
Block a user