1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 10:46:57 +00:00

Update void.js

This commit is contained in:
lin onetwo 2025-03-23 01:26:38 +08:00
parent 22749bbe42
commit 7c6c0c30e0

View File

@ -6,10 +6,7 @@ module-type: widget
Void widget that is not intended for render. It still renders all its children.
\*/
(function(){
/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
var Widget = require("$:/core/modules/widgets/widget.js").widget;
@ -50,5 +47,3 @@ VoidNodeWidget.prototype.refresh = function(changedTiddlers) {
};
exports.void = VoidNodeWidget;
})();