diff --git a/src/acorn/src/tokenize.js b/src/acorn/src/tokenize.js index a844b7a2d9..e99fc74080 100755 --- a/src/acorn/src/tokenize.js +++ b/src/acorn/src/tokenize.js @@ -283,7 +283,7 @@ pp.readToken_lt_gt = function(code) { // '<>' } if (next == 33 && code == 60 && this.input.charCodeAt(this.pos + 2) == 45 && this.input.charCodeAt(this.pos + 3) == 45) { - if (this.inModule) unexpected() + if (this.inModule) this.unexpected() // `