Module type for ol.format.Lexer
This commit is contained in:
@@ -211,13 +211,13 @@ Lexer.prototype.readText_ = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to parse the tokens from the WKT string.
|
* Class to parse the tokens from the WKT string.
|
||||||
* @param {ol.format.Lexer} lexer The lexer.
|
* @param {module:ol/format/WKT~Lexer} lexer The lexer.
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
const Parser = function(lexer) {
|
const Parser = function(lexer) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {ol.format.Lexer}
|
* @type {module:ol/format/WKT~Lexer}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.lexer_ = lexer;
|
this.lexer_ = lexer;
|
||||||
|
|||||||
Reference in New Issue
Block a user