From e43a75ae591e6a132d49dd9ce7bb7cd322878117 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 20 Nov 2023 09:52:26 +0000 Subject: [PATCH] Remove obsolete comment --- core/modules/widgets/widget.js | 1 - 1 file changed, 1 deletion(-) 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;