Browse Source

Bump

patch-2
Braydon Fuller 10 years ago
parent
commit
77be24a52f
  1. 2
      lib/opcode.js

2
lib/opcode.js

@ -219,4 +219,4 @@ Opcode.isSmallIntOp = function(opcode) {
((opcode >= Opcode.map.OP_1) && (opcode <= Opcode.map.OP_16)));
};
module.exports = Opcode;
module.exports = Opcode;

Loading…
Cancel
Save