diff --git a/lib/parserlib.js b/lib/parserlib.js index 58c53e8c..33b6ebdf 100644 --- a/lib/parserlib.js +++ b/lib/parserlib.js @@ -2145,7 +2145,7 @@ Parser.prototype = function(){ //there must be a next selector if (nextSelector === null){ - this._unexpectedToken(this.LT(1)); + this._unexpectedToken(tokenStream.LT(1)); } else { //nextSelector is an instance of SelectorPart