Rename ol.interaction.ModifyEvent to ol.interaction.Modify.Event

This commit is contained in:
Frederic Junod
2016-09-07 16:54:28 +02:00
parent c30a97ef59
commit c6a9bc66d6
3 changed files with 45 additions and 46 deletions
+1
View File
@@ -24,6 +24,7 @@ A number of internal types have been renamed. This will not affect those who us
* 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.ModifyEvent` to `ol.interaction.Modify.Event`
* rename `ol.interaction.SelectEvent` to `ol.interaction.Select.Event`
* rename `ol.interaction.SelectEventType` to `ol.interaction.Select.EventType`
* rename `ol.interaction.TranslateEvent` to `ol.interaction.Translate.Event`