Commit a866dbaa authored by Ozzie Isaacs's avatar Ozzie Isaacs

Fix mimetype in comic reader

parent 93f0724b
......@@ -147,7 +147,7 @@ kthoom.ImageFile = function(file) {
this.mimeType = "image/jpeg";
break;
case "gif":
this.mimeType = "iamge/gif";
this.mimeType = "image/gif";
break;
case "svg":
this.mimeType = "image/svg+xml";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment