mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-08 04:28:10 +00:00
Corrected dependency skinny/fat handling
This commit is contained in:
parent
46f019ea83
commit
470b622bb1
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user