Remove function wrappers from plugins (#9030)

This commit is contained in:
Mario Pietsch
2025-04-14 18:28:04 +01:00
committed by GitHub
parent 5f551ca46f
commit 4e28742aa6
7 changed files with 0 additions and 22 deletions
-3
View File
@@ -6,9 +6,6 @@ module-type: widget
Anchor widget to represent an innerwiki graphical anchor. Clone of the data widget
\*/
(function(){
"use strict";
exports.anchor = require("$:/core/modules/widgets/data.js").data;
})();