mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 16:46:50 +00:00
Added a function wrapper around all source files to keep JSHint happy
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
(function(){
|
||||
|
||||
/*
|
||||
|
||||
WikiTextParser.js
|
||||
@@ -152,3 +154,5 @@ WikiTextParser.prototype.render = function(type,treenode,store,title) {
|
||||
};
|
||||
|
||||
exports.WikiTextParser = WikiTextParser;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user