Changed overviewmapcontrol.js due to Travis ci errors

This commit is contained in:
bogdanvaduva
2015-05-25 20:50:06 +03:00
parent 5569bd9113
commit 2fd894ffb9

View File

@@ -529,10 +529,11 @@ ol.control.OverviewMap.prototype.getCollapsed = function() {
return this.collapsed_;
};
/**
* Return the overview map.
* @return {ol.Map} Overview map.
* @api add
* @api experimental
*/
ol.control.OverviewMap.prototype.getOverviewMap = function() {
return this.ovmap_;