Merge pull request #2083 from elemoine/missinganotation

Add missing @param annotation
This commit is contained in:
Éric Lemoine
2014-05-19 16:28:32 +02:00

View File

@@ -139,6 +139,7 @@ ol.interaction.DragBox.prototype.getGeometry = function() {
/**
* To be overriden by child classes.
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
* @protected
*/
ol.interaction.DragBox.prototype.onBoxEnd = goog.nullFunction;