Remove function wrapper

Thanks @Leilei332
This commit is contained in:
Jeremy Ruston
2026-02-24 10:58:02 +00:00
parent e9e22598ad
commit f85cbeda70
-3
View File
@@ -6,7 +6,6 @@ module-type: utils
A high level helper class for parsing and wikification
\*/
(function(){
/*
Options include:
@@ -104,5 +103,3 @@ Wikifier.prototype.getWidgetTree = function() {
};
exports.Wikifier = Wikifier;
})();