Add .tiff to image extensions

This commit is contained in:
Kevin Sawicki 2013-01-16 09:11:40 -08:00
parent 60481c58d3
commit 78d855e05e

View File

@ -161,6 +161,7 @@ module.exports =
'.jpeg'
'.jpg'
'.png'
'.tiff'
], ext)
isPdfExtension: (ext) ->