Add missing semicolon

This commit is contained in:
Dan Stillman 2013-08-08 15:21:11 -04:00
parent d5fcde0612
commit a954d94027

View file

@ -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();