mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-17 08:47:38 +00:00
Use consistent parse tree node property for params
This commit is contained in:
@@ -55,7 +55,6 @@ ImportVariablesWidget.prototype.execute = function(tiddlerList) {
|
||||
type: "set",
|
||||
attributes: parseTreeNode.attributes,
|
||||
params: parseTreeNode.params,
|
||||
variableParams: parseTreeNode.variableParams,
|
||||
isMacroDefinition: parseTreeNode.isMacroDefinition,
|
||||
isFunctionDefinition: parseTreeNode.isFunctionDefinition
|
||||
};
|
||||
|
Reference in New Issue
Block a user