Use next instead
This commit is contained in:
@@ -771,13 +771,3 @@ ol.expression.Lexer.prototype.peek = function() {
|
|||||||
this.index_ = currentIndex;
|
this.index_ = currentIndex;
|
||||||
return token;
|
return token;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tokenize the provided code.
|
|
||||||
*
|
|
||||||
* @return {Array.<ol.expression.Token>} Tokens.
|
|
||||||
*/
|
|
||||||
ol.expression.Lexer.prototype.tokenize = function() {
|
|
||||||
return [];
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user