mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-05 10:16:57 +00:00
Fix typo from 8cd0c2afcd0a971ede1bb856d19e23afbe5647a1
This commit is contained in:
parent
718ce3e4aa
commit
b1bb52b67a
@ -410,7 +410,7 @@ Given an extension, get the correct encoding for that file.
|
||||
defaults to utf8
|
||||
*/
|
||||
$tw.utils.getTypeEncoding = function(ext) {
|
||||
var extensionInfo = $tw.util.getFileExtensionInfo(ext),
|
||||
var extensionInfo = $tw.utils.getFileExtensionInfo(ext),
|
||||
type = extensionInfo ? extensionInfo.type : null,
|
||||
typeInfo = type ? $tw.config.contentTypeInfo[type] : null;
|
||||
return typeInfo ? typeInfo.encoding : "utf8";
|
||||
|
Loading…
x
Reference in New Issue
Block a user