Don't need to support mime fallback

This commit is contained in:
Joshua Peek
2011-05-13 13:33:04 -05:00
parent dec56649b2
commit 28e36b279d
2 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ module Linguist
end
def mime_type
Mime.lookup(name.extname, @blob.mime_type)
Mime.lookup(name.extname)
end
def size