From eed926fa944432c70cb0247b6ba7d8c058e60f5c Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 6 Sep 2015 09:36:00 -0600 Subject: [PATCH] Missing ol.control.OverviewMap#getCollapsed description --- src/ol/control/overviewmapcontrol.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/control/overviewmapcontrol.js b/src/ol/control/overviewmapcontrol.js index 124d0a8224..15a0624579 100644 --- a/src/ol/control/overviewmapcontrol.js +++ b/src/ol/control/overviewmapcontrol.js @@ -515,7 +515,8 @@ ol.control.OverviewMap.prototype.setCollapsed = function(collapsed) { /** - * @return {boolean} True if the widget is collapsed. + * Determine if the overview map is collapsed. + * @return {boolean} The overview map is collapsed. * @api stable */ ol.control.OverviewMap.prototype.getCollapsed = function() {