1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 09:36:48 +00:00

Missing semi

This commit is contained in:
Jeremy Ruston 2013-10-03 14:43:58 +01:00
parent d7347c8674
commit c784217009

View File

@ -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