From 41f33a863907ef676a33f19e25e98f37a7c6561d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 7 Jan 2012 11:43:49 +0000 Subject: [PATCH] Comments --- js/WikiTextParseTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/WikiTextParseTree.js b/js/WikiTextParseTree.js index bcc27c7c8..fc1945d1c 100644 --- a/js/WikiTextParseTree.js +++ b/js/WikiTextParseTree.js @@ -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",