mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 11:14:45 +00:00
Remove function wrappers from plugins (#9030)
This commit is contained in:
@@ -8,8 +8,6 @@ module-type: startup
|
||||
Startup the dyannotate background daemon to track the selection
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
|
||||
"use strict";
|
||||
|
||||
// Export name and synchronous status
|
||||
@@ -56,5 +54,3 @@ exports.startup = function() {
|
||||
$tw.dynannotate.elementSpotlight.shineSpotlight(selectors);
|
||||
});
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user