mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +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") {
|
||||
this.dependencies.dependentAll = true;
|
||||
} else {
|
||||
this.dependencies.addDependency(this.srcParams[m],paramInfo.skinny);
|
||||
this.dependencies.addDependency(this.srcParams[m],!paramInfo.skinny);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user