diff --git a/js/WikiTextParser.js b/js/WikiTextParser.js index c5254554e..4dfa722f0 100644 --- a/js/WikiTextParser.js +++ b/js/WikiTextParser.js @@ -62,7 +62,7 @@ var WikiTextParser = function(options) { }; -WikiTextParser.prototype.parse = function(text) { +WikiTextParser.prototype.parse = function(type,text) { this.source = text; this.nextMatch = 0; this.children = [];