1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00

Keeping JSHint happy

This commit is contained in:
Jeremy Ruston 2012-07-16 12:56:59 +01:00
parent 3b609ed1e5
commit 4a783d08c6

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;
};