mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix typo from 8cd0c2afcd
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
|
defaults to utf8
|
||||||
*/
|
*/
|
||||||
$tw.utils.getTypeEncoding = function(ext) {
|
$tw.utils.getTypeEncoding = function(ext) {
|
||||||
var extensionInfo = $tw.util.getFileExtensionInfo(ext),
|
var extensionInfo = $tw.utils.getFileExtensionInfo(ext),
|
||||||
type = extensionInfo ? extensionInfo.type : null,
|
type = extensionInfo ? extensionInfo.type : null,
|
||||||
typeInfo = type ? $tw.config.contentTypeInfo[type] : null;
|
typeInfo = type ? $tw.config.contentTypeInfo[type] : null;
|
||||||
return typeInfo ? typeInfo.encoding : "utf8";
|
return typeInfo ? typeInfo.encoding : "utf8";
|
||||||
|
Loading…
Reference in New Issue
Block a user