1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-16 07:43:16 +00:00

Keeping JSHint happy

This commit is contained in:
Jeremy Ruston 2012-01-07 20:09:09 +00:00
parent 5bb2a1e1b7
commit 3f10da9ed4

View File

@ -28,6 +28,7 @@ exports.macro = {
} else {
return v;
}
break; // JSHint wants this even though it's not really necessary
case "wikified":
return store.renderTiddler(type,tiddler.fields.title);
case "date":