1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Fixed typo

This commit is contained in:
Jeremy Ruston 2012-08-30 15:03:01 +01:00
parent 807f8b8aab
commit 57123933be

View File

@ -432,7 +432,7 @@ $tw.Wiki.prototype.getTiddler = function(title) {
};
/*
Hashmap of field modules by serializer name
Hashmap of serializer modules by serializer name
*/
$tw.Wiki.tiddlerDeserializerModules = {};