kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix TW2 parser crashing on skinny tiddlers
rodzic
41db3d89ae
commit
b962739f04
|
@ -64,6 +64,7 @@ WikiTextParser.prototype.installRules = function() {
|
|||
};
|
||||
|
||||
WikiTextParser.prototype.parse = function(type,text) {
|
||||
text = text || "";
|
||||
this.source = text;
|
||||
this.nextMatch = 0;
|
||||
this.children = [];
|
||||
|
|
Ładowanie…
Reference in New Issue