Delete two duplicate switch cases (#1569)
This commit is contained in:
parent
f4ac511b50
commit
2957db2aa1
1 changed files with 0 additions and 2 deletions
|
@ -174,9 +174,7 @@ Zotero.MIME = new function(){
|
||||||
|
|
||||||
case 'image/tif':
|
case 'image/tif':
|
||||||
case 'image/tiff':
|
case 'image/tiff':
|
||||||
case 'image/tif':
|
|
||||||
case 'image/x-tif':
|
case 'image/x-tif':
|
||||||
case 'image/tiff':
|
|
||||||
case 'image/x-tiff':
|
case 'image/x-tiff':
|
||||||
case 'application/tif':
|
case 'application/tif':
|
||||||
case 'application/x-tif':
|
case 'application/x-tif':
|
||||||
|
|
Loading…
Reference in a new issue