Remove @api annotation from ol.sphere.WGS84

This commit is contained in:
Éric Lemoine
2014-08-29 11:39:39 +02:00
parent ad8a1f5fb6
commit f7f4c7b686

View File

@@ -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);