mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 00:04:51 +00:00
Keeping JSHint happy
This commit is contained in:
parent
3b609ed1e5
commit
4a783d08c6
@ -58,7 +58,7 @@ UploadSaver.prototype.save = function(text) {
|
|||||||
if(http.readyState == 4 && http.status == 200) {
|
if(http.readyState == 4 && http.status == 200) {
|
||||||
alert(http.responseText);
|
alert(http.responseText);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
http.send(data);
|
http.send(data);
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user