mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 00:45:00 +00:00
Remove function wrappers from plugins (#9030)
This commit is contained in:
@@ -6,7 +6,6 @@ module-type: library
|
||||
Manages the element spotlight effect
|
||||
|
||||
\*/
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
function ElementSpotlight() {
|
||||
@@ -129,5 +128,3 @@ ElementSpotlight.prototype.shineSpotlight = function(selectors) {
|
||||
};
|
||||
|
||||
exports.ElementSpotlight = ElementSpotlight;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user