mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Make sure old flows with change node - work as-is/was.
Signed-off-by: Dave C-J <dave@conway-jones.co.uk>
This commit is contained in:
parent
b7531bae4d
commit
6b2e666600
@ -22,7 +22,7 @@ function ChangeNode(n) {
|
|||||||
this.property = n.property || "";
|
this.property = n.property || "";
|
||||||
this.from = n.from || " ";
|
this.from = n.from || " ";
|
||||||
this.to = n.to || " ";
|
this.to = n.to || " ";
|
||||||
this.reg = n.reg;
|
this.reg = n.reg || true;
|
||||||
console.log("Type=",this.reg);
|
console.log("Type=",this.reg);
|
||||||
var node = this;
|
var node = this;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user