Rename ol.interaction.DragAndDropEvent to ol.interaction.DragAndDrop.Event

This commit is contained in:
Frederic Junod
2016-09-07 09:32:23 +02:00
parent 6c7b395024
commit dfa0c00810
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.OverlayProperty` to `ol.Overlay.Property`
* rename `ol.control.MousePositionProperty` to `ol.control.MousePosition.Property`
* rename `ol.format.IGCZ` to `ol.format.IGC.Z`
* rename `ol.interaction.DragAndDropEvent` to `ol.interaction.DragAndDrop.Event`
* rename `ol.layer.GroupProperty` to `ol.layer.Group.Property`
* rename `ol.layer.HeatmapLayerProperty` to `ol.layer.Heatmap.Property`
* rename `ol.layer.VectorTileRenderType` to `ol.layer.VectorTile.RenderType`