Merge pull request #3046 from ahocevar/pointerinteraction-api

Need exportable constructor for constructor options in olx
This commit is contained in:
Andreas Hocevar
2014-12-15 16:41:44 +01:00

View File

@@ -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) {