mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 11:17:24 +00:00
Revert "Passed "store" to the other parser constructors"
This reverts commit 017be8f4ff.
This commit is contained in:
@@ -33,7 +33,6 @@ exports.macro = {
|
||||
} else {
|
||||
return store.renderText("text/x-tiddlywiki",v,type,tiddler.title);
|
||||
}
|
||||
break;
|
||||
case "date":
|
||||
var template = params.template || "DD MMM YYYY";
|
||||
return encoder(utils.formatDateString(v,template));
|
||||
|
||||
Reference in New Issue
Block a user