add comment

git-svn-id: svn://10.0.0.236/trunk@145790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com 2003-08-09 04:04:54 +00:00
parent c491c09a9e
commit 16c47e3988

View File

@ -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);
}
}