Rename ol.interaction.ExtentEvent to ol.interaction.Extent.Event

This commit is contained in:
Frederic Junod
2016-09-07 10:34:10 +02:00
parent cfc1337cde
commit 151e9866ea
2 changed files with 26 additions and 25 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.ExtentEvent` to `ol.interaction.Extent.Event`
* 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`