Remove function wrappers from core/modules (#9028)

This commit is contained in:
Mario Pietsch
2025-04-14 19:29:08 +02:00
committed by GitHub
parent 73e70e77c1
commit fbeb8cddc8
7 changed files with 0 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ module-type: widget
Widget to dynamically represent one or more tiddlers
\*/
(function(){
"use strict";
var Widget = require("$:/core/modules/widgets/widget.js").widget;
@@ -187,5 +186,3 @@ function hasPayloadChanged(a,b) {
}
exports.data = DataWidget;
})();