Add missing @param annotation

This commit is contained in:
Éric Lemoine
2014-05-19 15:43:38 +02:00
parent e17c8c79f9
commit 9b7735bf92

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;