1
0
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:
Dave C-J 2013-12-24 16:24:31 +00:00
parent b7531bae4d
commit 6b2e666600

View File

@ -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;