Tweak to previous commit -- use 'this' instead of full chain
This commit is contained in:
parent
7f76b35ab4
commit
6a3c62c23c
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ Zotero.Sync.Runner = new function () {
|
|||
Zotero.Sync.Storage.sync
|
||||
];
|
||||
_running = true;
|
||||
Zotero.Sync.Runner.lastSyncError = '';
|
||||
this.lastSyncError = '';
|
||||
this.clearSyncTimeout();
|
||||
this.setSyncIcon('animate');
|
||||
this.next();
|
||||
|
|
Loading…
Reference in a new issue