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
1 changed files with 1 additions and 1 deletions

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;