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