parent
1d463d7820
commit
5a4e1290d3
|
@ -1717,7 +1717,6 @@ Parser.prototype = function() {
|
||||||
|
|
||||||
tokenStream.mustMatch(Tokens.RBRACE);
|
tokenStream.mustMatch(Tokens.RBRACE);
|
||||||
token = tokenStream.token();
|
token = tokenStream.token();
|
||||||
this._readWhitespace();
|
|
||||||
|
|
||||||
this.fire({
|
this.fire({
|
||||||
type: "enddocument",
|
type: "enddocument",
|
||||||
|
@ -1726,6 +1725,8 @@ Parser.prototype = function() {
|
||||||
line: token.startLine,
|
line: token.startLine,
|
||||||
col: token.startCol
|
col: token.startCol
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this._readWhitespace();
|
||||||
},
|
},
|
||||||
|
|
||||||
_document_function: function() {
|
_document_function: function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user