Script: stop jshint complaining about missing-assignment
This commit is contained in:
parent
8929c51d98
commit
5a96df1ec1
@ -32,7 +32,7 @@ Script.fromBuffer = function(buffer) {
|
|||||||
} else {
|
} else {
|
||||||
chunks.push(opcode)
|
chunks.push(opcode)
|
||||||
|
|
||||||
++i
|
i += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user