Merge branch 'master' into feature-async-ops

This commit is contained in:
n1474335 2017-03-01 23:45:05 +00:00
commit cb642c156b
18 changed files with 1766 additions and 11 deletions

View file

@ -152,7 +152,6 @@ var FlowControl = {
maxJumps = ings[1];
if (state.numJumps >= maxJumps) {
state.progress++;
return state;
}
@ -180,7 +179,6 @@ var FlowControl = {
maxJumps = ings[2];
if (state.numJumps >= maxJumps) {
state.progress++;
return state;
}