mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-31 23:53:00 +00:00
Corrected dependency skinny/fat handling
This commit is contained in:
@@ -64,7 +64,7 @@ var MacroNode = function(macroName,srcParams,children,store,dependencies) {
|
|||||||
if(typeof this.srcParams[m] === "function") {
|
if(typeof this.srcParams[m] === "function") {
|
||||||
this.dependencies.dependentAll = true;
|
this.dependencies.dependentAll = true;
|
||||||
} else {
|
} else {
|
||||||
this.dependencies.addDependency(this.srcParams[m],paramInfo.skinny);
|
this.dependencies.addDependency(this.srcParams[m],!paramInfo.skinny);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user