mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 03:01:58 -07:00
Another pesky function wrapper
This commit is contained in:
parent
f85cbeda70
commit
a812313072
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue