Browse Source

Script: stop jshint complaining about missing-assignment

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
5a96df1ec1
  1. 2
      src/script.js

2
src/script.js

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

Loading…
Cancel
Save