Add missing properties in option typedef

This commit is contained in:
Frederic Junod
2018-06-06 15:40:47 +02:00
parent abc9d14dca
commit 6444e6989d
6 changed files with 16 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ inherits(DragAndDrop, Interaction);
/**
* @param {Event} event Event.
* @param {DragEvent} event Event.
* @this {module:ol/interaction/DragAndDrop}
*/
function handleDrop(event) {
@@ -150,7 +150,7 @@ function handleDrop(event) {
/**
* @param {Event} event Event.
* @param {DragEvent} event Event.
*/
function handleStop(event) {
event.stopPropagation();