From 664507b79bfbb73c9887cb4f04d1f1cea7fa7efb Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 27 Apr 2016 14:51:31 +0200 Subject: [PATCH] Fix invalid generics type instantiation --- src/ol/format/wktformat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/format/wktformat.js b/src/ol/format/wktformat.js index cfabf398ab..486666eb32 100644 --- a/src/ol/format/wktformat.js +++ b/src/ol/format/wktformat.js @@ -561,7 +561,7 @@ ol.format.WKT.Parser.prototype.consume_ = function() { /** * If the given type matches the current token, consume it. - * @param {ol.format.WKT.TokenType.} type Token type. + * @param {ol.format.WKT.TokenType} type Token type. * @return {boolean} Whether the token matches the given type. */ ol.format.WKT.Parser.prototype.match = function(type) { @@ -838,7 +838,7 @@ ol.format.WKT.Parser.prototype.formatErrorMessage_ = function() { /** - * @enum {function (new:ol.geom.Geometry, Array, ol.geom.GeometryLayout.=)} + * @enum {function (new:ol.geom.Geometry, Array, ol.geom.GeometryLayout)} * @private */ ol.format.WKT.Parser.GeometryConstructor_ = {