Skip to content

Commit

Permalink
Remove @api annotation from ol.sphere.WGS84
Browse files Browse the repository at this point in the history
  • Loading branch information
elemoine committed Aug 29, 2014
1 parent ad8a1f5 commit f7f4c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ol/sphere/wgs84sphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit f7f4c7b

Please sign in to comment.