Replace script type strings with constants

This commit is contained in:
Thomas Kerin 2016-10-27 11:05:45 +02:00 committed by Daniel Cousens
parent 9db9763221
commit b5e46c2931
3 changed files with 48 additions and 36 deletions

View file

@ -11,7 +11,6 @@ var REVERSE_OPS = (function () {
}
return result
})()
var OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
function compile (chunks) {