From 6a3c62c23c446d2906f58da737e578506bc4a1ca Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 10 Sep 2008 16:55:45 +0000 Subject: [PATCH] Tweak to previous commit -- use 'this' instead of full chain --- chrome/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 index 9216a9fa6c..f8ff608edd 100644 --- 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();