mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 01:23:01 +00:00 
			
		
		
		
	Use consistent parse tree node property for params
This commit is contained in:
		@@ -184,7 +184,7 @@ TranscludeWidget.prototype.getTransclusionTarget = function() {
 | 
			
		||||
						}
 | 
			
		||||
					]
 | 
			
		||||
				}
 | 
			
		||||
				$tw.utils.each(variableInfo.variableParams,function(param) {
 | 
			
		||||
				$tw.utils.each(variableInfo.params,function(param) {
 | 
			
		||||
					$tw.utils.addAttributeToParseTreeNode(parser.tree[0],param.name,param["default"])
 | 
			
		||||
				});
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user