Script: stop jshint complaining about missing-assignment
This commit is contained in:
parent
8929c51d98
commit
5a96df1ec1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Script.fromBuffer = function(buffer) {
|
||||||
} else {
|
} else {
|
||||||
chunks.push(opcode)
|
chunks.push(opcode)
|
||||||
|
|
||||||
++i
|
i += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue