Fix TW2 parser crashing on skinny tiddlers

print-window-tiddler
Jeremy Ruston 2012-11-18 14:57:28 +00:00
rodzic 41db3d89ae
commit b962739f04
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -64,6 +64,7 @@ WikiTextParser.prototype.installRules = function() {
};
WikiTextParser.prototype.parse = function(type,text) {
text = text || "";
this.source = text;
this.nextMatch = 0;
this.children = [];