From f7f4c7b686a239ec769cae751eeee9fd54314ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 29 Aug 2014 11:39:39 +0200 Subject: [PATCH] Remove @api annotation from ol.sphere.WGS84 --- src/ol/sphere/wgs84sphere.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/sphere/wgs84sphere.js b/src/ol/sphere/wgs84sphere.js index f637baac54..19624fd6b2 100644 --- a/src/ol/sphere/wgs84sphere.js +++ b/src/ol/sphere/wgs84sphere.js @@ -7,6 +7,5 @@ goog.require('ol.Sphere'); * A sphere with radius equal to the semi-major axis of the WGS84 ellipsoid. * @const * @type {ol.Sphere} - * @api */ ol.sphere.WGS84 = new ol.Sphere(6378137);