Merge pull request #502 from alex-seville/patch-1
Remove `const` and replace with `var`
This commit is contained in:
commit
8ea5440be2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var REVERSE_OPS = (function () {
|
|||
return result
|
||||
})()
|
||||
|
||||
const OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
|
||||
var OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
|
||||
|
||||
function toASM (chunks) {
|
||||
if (types.Buffer(chunks)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue