1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-01 10:12:18 +00:00

Keeping JSHint happy

This commit is contained in:
Jeremy Ruston
2012-07-16 12:56:59 +01:00
parent 3b609ed1e5
commit 4a783d08c6
+1 -1
View File
@@ -58,7 +58,7 @@ UploadSaver.prototype.save = function(text) {
if(http.readyState == 4 && http.status == 200) {
alert(http.responseText);
}
}
};
http.send(data);
return true;
};