commit a954d94027e6044d69ca3801824e2fbacb2d1ca4 parent d5fcde0612023befa026a8de3dbe877e5626a641 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 8 Aug 2013 15:21:11 -0400 Add missing semicolon Diffstat:
| M | 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 @@ -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();