Fix ol.interaction.Extent event type and documentation

This commit is contained in:
Andreas Hocevar
2017-07-30 23:18:09 +02:00
parent 007d8c2d5e
commit d5fd215632
3 changed files with 30 additions and 16 deletions

View File

@@ -91,6 +91,17 @@ oli.DrawEvent = function() {};
oli.DrawEvent.prototype.feature;
/**
* @interface
*/
oli.ExtentEvent = function() {};
/**
* @type {ol.Extent}
*/
oli.ExtentEvent.prototype.extent;
/**
* @interface
*/