Rename ol.interaction.DragAndDropEventType to ol.interaction.DragAndDrop.EventType

This commit is contained in:
Frederic Junod
2016-09-07 09:34:44 +02:00
parent dfa0c00810
commit 14c9212992
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ A number of internal types have been renamed. This will not affect those who us
* 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.interaction.DragAndDropEventType` to `ol.interaction.DragAndDrop.EventType`
* 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`