From a954d94027e6044d69ca3801824e2fbacb2d1ca4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 8 Aug 2013 15:21:11 -0400 Subject: [PATCH] Add missing semicolon --- chrome/content/zotero/xpcom/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 0b663df4c..8b6bdbbc9 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -939,7 +939,7 @@ Zotero.Sync.Storage = new function () { throw new Task.Result(changed); } - Components.utils.import("resource://gre/modules/osfile.jsm") + Components.utils.import("resource://gre/modules/osfile.jsm"); let checkItems = function () { if (!items.length) return Q();