1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00
This commit is contained in:
Jeremy Ruston 2012-01-07 11:43:49 +00:00
parent d89ea0abd7
commit 41f33a8639

View File

@ -37,7 +37,7 @@ WikiTextParseTree.prototype.compile = function(type,treenode) {
{ {
type: "Function", type: "Function",
name: null, name: null,
params: ["tiddler","store","utils"], params: ["tiddler","store","utils"], // These are the parameters passed to the tiddler function; must match the invocation in WikiStore.renderTiddler()
elements: [ elements: [
{ {
type: "ReturnStatement", type: "ReturnStatement",