mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 12:14:42 +00:00
Remove function wrappers from plugins (#9030)
This commit is contained in:
@@ -6,7 +6,6 @@ module-type: global
|
||||
Confetti manager
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
var confetti = require("$:/plugins/tiddlywiki/confetti/confetti.js");
|
||||
@@ -49,5 +48,3 @@ ConfettiManager.prototype.reset = function () {
|
||||
};
|
||||
|
||||
exports.ConfettiManager = ConfettiManager;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user