mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
Missing semi
This commit is contained in:
parent
d7347c8674
commit
c784217009
@ -356,7 +356,7 @@ Register file type information
|
||||
$tw.utils.registerFileType = function(type,encoding,extension) {
|
||||
$tw.config.fileExtensionInfo[extension] = {type: type};
|
||||
$tw.config.contentTypeInfo[type] = {encoding: encoding, extension: extension};
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
Run code globally with specified context variables in scope
|
||||
|
Loading…
Reference in New Issue
Block a user