commit 57ec10dfd4a96aeefe41b88b3a62c7766096fb38 parent 48955c898379ddff1380435e69b181d2c93622c7 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 18 Sep 2014 17:35:25 -0400 Remove unnecessary var Diffstat:
| M | chrome/content/zotero/xpcom/storage.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -1543,7 +1543,7 @@ Zotero.Sync.Storage = new function () { var returnFile = null; // processDownload() needs to know that we're renaming the file if (renamed) { - var returnFile = destFile.clone(); + returnFile = destFile.clone(); } return returnFile; }