Add missing semicolon
This commit is contained in:
parent
d5fcde0612
commit
a954d94027
|
@ -939,7 +939,7 @@ Zotero.Sync.Storage = new function () {
|
||||||
throw new Task.Result(changed);
|
throw new Task.Result(changed);
|
||||||
}
|
}
|
||||||
|
|
||||||
Components.utils.import("resource://gre/modules/osfile.jsm")
|
Components.utils.import("resource://gre/modules/osfile.jsm");
|
||||||
|
|
||||||
let checkItems = function () {
|
let checkItems = function () {
|
||||||
if (!items.length) return Q();
|
if (!items.length) return Q();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user