From 5eb1537f483ad95598fecdf0be1babc2bff9df44 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 15 Dec 2014 16:15:30 +0100 Subject: [PATCH] Need exportable constructor for constructor options in olx When a constructor options object is created in the olx namespace, the constructor that uses it must be exportable as well. --- src/ol/interaction/pointerinteraction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/interaction/pointerinteraction.js b/src/ol/interaction/pointerinteraction.js index 38ed96fdd6..8b90261450 100644 --- a/src/ol/interaction/pointerinteraction.js +++ b/src/ol/interaction/pointerinteraction.js @@ -19,6 +19,7 @@ goog.require('ol.interaction.Interaction'); * @constructor * @param {olx.interaction.PointerOptions=} opt_options Options. * @extends {ol.interaction.Interaction} + * @api */ ol.interaction.Pointer = function(opt_options) {