1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00

Add png to the mime types.

This commit is contained in:
gigaherz 2012-02-13 09:35:11 +01:00
parent 7c3a756457
commit 897a4517b4

View file

@ -65,6 +65,7 @@ MIMEs = {
'.pdf': 'application/pdf',
'.xhtml': 'application/xhtml+xml',
'.ico': 'image/x-icon',
'.png': 'image/png',
'.log': 'text/plain'
}