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.
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