mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 17:23:11 -08:00
Comments
This commit is contained in:
parent
d89ea0abd7
commit
41f33a8639
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ WikiTextParseTree.prototype.compile = function(type,treenode) {
|
|||
{
|
||||
type: "Function",
|
||||
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: [
|
||||
{
|
||||
type: "ReturnStatement",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue