1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix linting error on Flow.js

This commit is contained in:
Nick O'Leary 2016-04-27 12:37:20 +01:00
parent 1e2521c37a
commit 8080ebceb4

View File

@ -68,7 +68,7 @@ function Flow(global,flow) {
} }
} }
} }
}; }
if (diff && diff.rewired) { if (diff && diff.rewired) {
for (var j=0;j<diff.rewired.length;j++) { for (var j=0;j<diff.rewired.length;j++) {