From 4a783d08c6e130bc63dde06c8ad9fe19d28b1332 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 16 Jul 2012 12:56:59 +0100 Subject: [PATCH] Keeping JSHint happy --- core/modules/savers/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/savers/upload.js b/core/modules/savers/upload.js index 14e421220..99492a64e 100644 --- a/core/modules/savers/upload.js +++ b/core/modules/savers/upload.js @@ -58,7 +58,7 @@ UploadSaver.prototype.save = function(text) { if(http.readyState == 4 && http.status == 200) { alert(http.responseText); } - } + }; http.send(data); return true; };