From 6525bda9fdcfac3fbfc8dd35e264e0a219f23ac8 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 23 Nov 2015 15:35:18 +0100 Subject: [PATCH] Export ol.interaction.Interaction#getMap function --- src/ol/interaction/interaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/interaction/interaction.js b/src/ol/interaction/interaction.js index 85d7103926..ee3cd56e2e 100644 --- a/src/ol/interaction/interaction.js +++ b/src/ol/interaction/interaction.js @@ -72,6 +72,7 @@ ol.interaction.Interaction.prototype.getActive = function() { /** * Get the map associated with this interaction. * @return {ol.Map} Map. + * @api */ ol.interaction.Interaction.prototype.getMap = function() { return this.map_;