Add basic docs for draganddropinteraction

This commit is contained in:
Marc Jansen
2015-04-22 14:18:29 +02:00
parent 134d8e6c18
commit 6da863d627

View File

@@ -136,6 +136,8 @@ ol.interaction.DragAndDrop.prototype.handleResult_ = function(file, result) {
/**
* Handles the {@link ol.MapBrowserEvent map browser event} unconditionally and
* neither prevents the browser default nor stops event propagation.
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
* @return {boolean} `false` to stop event propagation.
* @this {ol.interaction.DragAndDrop}