www

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

commit 5079158772cc684442396ee1ca853af243be842d
parent ee37b0ff65f2bdb4b4baf92876c732a8c645b090
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  8 Nov 2013 02:14:52 -0500

Remove unnecessary 'return;'

Diffstat:
Mchrome/content/zotero/xpcom/storage/webdav.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js @@ -579,7 +579,6 @@ Zotero.Sync.Storage.WebDAV = (function () { var channel = req.channel; if (!channel instanceof Ci.nsIChannel) { Zotero.Sync.Storage.EventManager.error('No HTTPS channel available'); - return; } // Check if the error we encountered is really an SSL error