diff --git a/src/ol/geom/circle.js b/src/ol/geom/circle.js index b669dee7d6..2e77b98284 100644 --- a/src/ol/geom/circle.js +++ b/src/ol/geom/circle.js @@ -159,6 +159,7 @@ ol.geom.Circle.prototype.setCenterAndRadius = if (goog.isNull(this.flatCoordinates)) { this.flatCoordinates = []; } + /** @type {Array.} */ var flatCoordinates = this.flatCoordinates; var offset = ol.geom.flat.deflateCoordinate( flatCoordinates, 0, center, this.stride);