Add file propery to ol.interaction.DragAndDropEvent

This commit is contained in:
Frederic Junod
2014-04-14 10:47:57 +02:00
parent 60ab837025
commit 756f407ef4
2 changed files with 18 additions and 6 deletions

View File

@@ -195,6 +195,9 @@ oli.interaction.DragAndDropEvent.prototype.features;
oli.interaction.DragAndDropEvent.prototype.projection;
/** @type {File} */
oli.interaction.DragAndDropEvent.prototype.file;
/** @interface */
oli.render.Event;