From 40fb661864ac6825a98441664db7baba86f98a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 27 Aug 2014 14:15:52 +0200 Subject: [PATCH] Add @api to ol.Sphere --- src/ol/sphere/sphere.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/sphere/sphere.js b/src/ol/sphere/sphere.js index bea2088fed..a3b4799efc 100644 --- a/src/ol/sphere/sphere.js +++ b/src/ol/sphere/sphere.js @@ -17,6 +17,7 @@ goog.require('goog.math'); /** * @constructor * @param {number} radius Radius. + * @api */ ol.Sphere = function(radius) {