diff --git a/core/modules/widgets/widget.js b/core/modules/widgets/widget.js index 9ba94913e..a7abba7e6 100755 --- a/core/modules/widgets/widget.js +++ b/core/modules/widgets/widget.js @@ -460,7 +460,6 @@ Widget.prototype.assignAttributes = function(domNode,options) { /* Set the data- and style. attributes of a parse tree node according to the attributes of the widget -domNode: optional domNode to be assigned */ Widget.prototype.assignAttributesToParseTreeNode = function(parseTreeNode) { var self = this;