]> git.parisson.com Git - pdf.js.git/commitdiff
Add png to the mime types.
authorgigaherz <gigaherz@gmail.com>
Mon, 13 Feb 2012 08:35:11 +0000 (09:35 +0100)
committergigaherz <gigaherz@gmail.com>
Mon, 13 Feb 2012 08:35:11 +0000 (09:35 +0100)
test/test.py

index 84c6498ce92c0497a7aabfa1eac75693c1591e4f..1e00ccc62fd5313eba5e93ff250985ad8339811a 100644 (file)
@@ -65,6 +65,7 @@ MIMEs = {
     '.pdf': 'application/pdf',
     '.xhtml': 'application/xhtml+xml',
     '.ico': 'image/x-icon',
+    '.png': 'image/png',
     '.log': 'text/plain'
 }