Rename ol.interaction.ExtentEventType to ol.interaction.Extent.EventType

This commit is contained in:
Frederic Junod
2016-09-07 10:35:29 +02:00
parent 151e9866ea
commit 302f37ae7a
2 changed files with 15 additions and 15 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.ExtentEvent` to `ol.interaction.Extent.Event`
* rename `ol.interaction.ExtentEventType` to `ol.interaction.Extent.EventType`
* rename `ol.interaction.DragAndDropEvent` to `ol.interaction.DragAndDrop.Event`
* rename `ol.interaction.DragAndDropEventType` to `ol.interaction.DragAndDrop.EventType`
* rename `ol.interaction.TranslateEvent` to `ol.interaction.Translate.Event`