diff --git a/src/ol/coordinate.js b/src/ol/coordinate.js index ba94382d95..189b59b8fa 100644 --- a/src/ol/coordinate.js +++ b/src/ol/coordinate.js @@ -26,6 +26,7 @@ ol.Coordinate = function(x, y, opt_z) { goog.base(this, x, y); /** + * @expose * @type {number} */ this.z = goog.isDef(opt_z) ? opt_z : NaN;