Revert "Passed "store" to the other parser constructors"

This reverts commit 017be8f4ff.
This commit is contained in:
Jeremy Ruston
2012-02-11 20:02:35 +00:00
parent 017be8f4ff
commit c100b434f9
7 changed files with 68 additions and 58 deletions

View File

@@ -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));