Script: stop jshint complaining about missing-assignment

This commit is contained in:
Daniel Cousens 2014-06-13 11:09:21 +10:00
parent 8929c51d98
commit 5a96df1ec1

View file

@ -32,7 +32,7 @@ Script.fromBuffer = function(buffer) {
} else { } else {
chunks.push(opcode) chunks.push(opcode)
++i i += 1
} }
} }