1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-23 14:30:02 +00:00

Fix typo affecting transclusion recursion detection

This commit is contained in:
Jermolene 2014-07-14 14:50:46 +01:00
parent 5891a61bfc
commit 7998686cb3

View File

@ -62,7 +62,6 @@ TranscludeWidget.prototype.execute = function() {
if(parser) {
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
return;
}
}
// Construct the child widgets