Added a function wrapper around all source files to keep JSHint happy

This commit is contained in:
Jeremy Ruston
2011-12-12 10:52:04 +00:00
parent 53d77edd01
commit f112048682
17 changed files with 89 additions and 27 deletions

View File

@@ -1,3 +1,5 @@
(function(){
/*
WikiTextParser.js
@@ -152,3 +154,5 @@ WikiTextParser.prototype.render = function(type,treenode,store,title) {
};
exports.WikiTextParser = WikiTextParser;
})();