diff --git a/js/macros/view.js b/js/macros/view.js index 6bcbb8b7f..e429c2366 100644 --- a/js/macros/view.js +++ b/js/macros/view.js @@ -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":