mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 22:47:29 +00:00
Keeping JSHint happy
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user