From d1108c7fccca01ced6ad8ae060a292f0fed6c255 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 27 Oct 2013 22:52:04 +0000 Subject: [PATCH] Remove inaccurate comments --- core/modules/new_widgets/widget.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/new_widgets/widget.js b/core/modules/new_widgets/widget.js index b542935ef..3eabce1cf 100755 --- a/core/modules/new_widgets/widget.js +++ b/core/modules/new_widgets/widget.js @@ -23,8 +23,6 @@ Options include: document: optional document object to use instead of global document Context variables include: tiddlerTitle: title of the tiddler providing the context - templateTitle: title of the tiddler providing the current template - macroDefinitions: hashmap of macro definitions */ var Widget = function(parseTreeNode,options) { if(arguments.length > 0) {