From a81231307296c288a8defbcff6f1d38fb698984b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 24 Feb 2026 11:00:27 +0000 Subject: [PATCH] Another pesky function wrapper --- core/modules/filters/wikify.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/filters/wikify.js b/core/modules/filters/wikify.js index c9b488372..72d65d661 100644 --- a/core/modules/filters/wikify.js +++ b/core/modules/filters/wikify.js @@ -6,7 +6,6 @@ module-type: filteroperator Filter operator wikifying each string in the input list and returning the result as a list of strings \*/ -(function(){ /*jslint node: true, browser: true */ /*global $tw: false */ @@ -33,5 +32,3 @@ exports.wikify = function(source,operator,options) { }); return results; }; - -})();