1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00

Update wiki.js

This commit is contained in:
linonetwo 2024-10-30 14:51:20 +08:00
parent 562a308811
commit 3cc18498c5

View File

@ -18,9 +18,9 @@ Adds the following properties to the wiki object:
\*/ \*/
(function(){ (function(){
/*jslint node: true, browser: true */ /*jslint node: true, browser: true */
/*global $tw: false */ /*global $tw: false */
"use strict"; "use strict";
var Widget = require("$:/core/modules/widgets/widget.js").widget; var Widget = require("$:/core/modules/widgets/widget.js").widget;