Tweak to previous commit -- use 'this' instead of full chain

This commit is contained in:
Dan Stillman 2008-09-10 16:55:45 +00:00
parent 7f76b35ab4
commit 6a3c62c23c

View file

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