1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00

Update the dump config command

This commit is contained in:
Jeremy Ruston 2012-11-15 12:46:53 +00:00
parent ce46866317
commit 26822121be

View File

@ -99,7 +99,6 @@ Command.prototype.subcommands.config = function() {
dumpConfig($tw.config," $tw.config");
dumpObject("Tiddler field modules:",$tw.Tiddler.fieldModules);
dumpObject("Loaded modules:",$tw.modules.titles);
dumpObject("Loaded modules:",$tw.modules.moduleTypes);
dumpObject("Command modules:",$tw.commands);
dumpObject("Parser modules:",$tw.wiki.parsers);
dumpObject("Macro modules:",$tw.wiki.macros);