From 51f0dcb9602e8f870f9ee42cc2e298f7d34b5e5c Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 28 May 2013 23:26:30 +0900 Subject: [PATCH] Fix syntax error --- modules/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index c9a67591..51bafe5f 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -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', {});