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) {