mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 17:26:55 +00:00
Remove function wrappers from core/modules (#9028)
This commit is contained in:
@@ -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;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user