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

Removed inadvertent alert()

This commit is contained in:
Jermolene 2013-11-12 20:58:54 +00:00
parent 1b9614eb9d
commit 24e361da77

View File

@ -43,7 +43,6 @@ MsDownloadSaver.prototype.info = {
Static method that returns true if this saver is capable of working
*/
exports.canSave = function(wiki) {
alert("Boo")
return !!window.navigator.msSaveBlob;
};