Opcode: JS-Beautify

This commit is contained in:
Braydon Fuller 2014-12-11 20:37:54 -05:00
parent 1b2e9728ce
commit 6bb9990a2b
1 changed files with 1 additions and 1 deletions

View File

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