mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 02:46:53 +00:00
Added a function wrapper around all source files to keep JSHint happy
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
(function(){
|
||||
|
||||
/*jslint node: true */
|
||||
"use strict";
|
||||
|
||||
@@ -24,6 +26,8 @@ var WikiTextProcessor = function(options) {
|
||||
|
||||
WikiTextProcessor.prototype.parse = function(text) {
|
||||
return new WikiTextParser(text,this);
|
||||
}
|
||||
};
|
||||
|
||||
exports.WikiTextProcessor = WikiTextProcessor;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user