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

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++) {