mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +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
	 Jeremy Ruston
					Jeremy Ruston