Add missing semicolon
This commit is contained in:
parent
d5fcde0612
commit
a954d94027
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue