www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6a3c62c23c446d2906f58da737e578506bc4a1ca
parent 7f76b35ab4a1a37a08230eb7edd03a970ab53306
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 10 Sep 2008 16:55:45 +0000

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


Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -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();