Merge pull request #3046 from ahocevar/pointerinteraction-api
Need exportable constructor for constructor options in olx
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user