Keeping JSHint happy

Because it's a fastidious master, etc….
This commit is contained in:
Jeremy Ruston
2012-01-03 17:42:33 +00:00
parent 04e528c99f
commit 91b94e5d1a
3 changed files with 3 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ WikiTextParser.prototype.subWikifyTerm = function(output,terminatorRegExp) {
};
WikiTextParser.prototype.render = function(type,treenode,store,title) {
/*jslint evil: true */
var compiler = new WikiTextCompiler(store,title,this);
var code = compiler.compile(type,treenode);
var fn = eval(code);