Replace script type strings with constants
This commit is contained in:
parent
9db9763221
commit
b5e46c2931
3 changed files with 48 additions and 36 deletions
src
|
@ -11,7 +11,6 @@ var REVERSE_OPS = (function () {
|
|||
}
|
||||
return result
|
||||
})()
|
||||
|
||||
var OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
|
||||
|
||||
function compile (chunks) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue