diff --git a/core/modules/widgets/widget.js b/core/modules/widgets/widget.js index e7e92449d..9424dd6d8 100755 --- a/core/modules/widgets/widget.js +++ b/core/modules/widgets/widget.js @@ -18,11 +18,8 @@ Create a widget object for a parse tree node options: see below Options include: wiki: mandatory reference to wiki associated with this render tree - variables: optional hashmap of context variables (see below) parentWidget: optional reference to a parent renderer node for the context chain document: optional document object to use instead of global document -Context variables include: - currentTiddler: title of the tiddler providing the context */ var Widget = function(parseTreeNode,options) { if(arguments.length > 0) {