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