mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 12:34:37 +00:00
Remove function wrappers from plugins (#9030)
This commit is contained in:
@@ -6,7 +6,6 @@ module-type: startup
|
||||
Setup the root widget event handlers
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
// Export name and synchronous status
|
||||
@@ -56,5 +55,3 @@ exports.startup = function() {
|
||||
$tw.confettiManager.reset();
|
||||
});
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user