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:
Andreas Hocevar
2014-12-15 16:15:30 +01:00
parent 86561e5ef2
commit 5eb1537f48

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