зеркало из https://github.com/mozilla/gecko-dev.git
add comment
This commit is contained in:
Родитель
82c6679d65
Коммит
06b3e75dbf
|
@ -189,6 +189,8 @@ HelperApps.prototype = {
|
|||
return gRDF.GetLiteral(typeInfo.primaryExtension.toUpperCase() + " file");
|
||||
}
|
||||
catch (e) {
|
||||
// Wow, this sucks, just show the MIME type as a last ditch effort to display
|
||||
// the type of file that this is.
|
||||
return gRDF.GetLiteral(typeInfo.MIMEType);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче