diff --git a/src/ol/overlay.js b/src/ol/overlay.js index 07dd6615e6..0a4eec0548 100644 --- a/src/ol/overlay.js +++ b/src/ol/overlay.js @@ -280,11 +280,16 @@ goog.exportProperty( /** + * Set the positioning for this overlay. * @param {ol.OverlayPositioning|undefined} positioning Positioning. */ ol.Overlay.prototype.setPositioning = function(positioning) { this.set(ol.OverlayProperty.POSITIONING, positioning); }; +goog.exportProperty( + ol.Overlay.prototype, + 'setPositioning', + ol.Overlay.prototype.setPositioning); /**