Rename ol.interaction.SelectEvent to ol.interaction.Select.Event

This commit is contained in:
Frederic Junod
2016-09-07 16:46:26 +02:00
parent 82d172545c
commit fa40b59c53
2 changed files with 45 additions and 45 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.SelectEvent` to `ol.interaction.Select.Event`
* rename `ol.interaction.TranslateEvent` to `ol.interaction.Translate.Event`
* rename `ol.interaction.TranslateEventType` to `ol.interaction.Translate.EventType`
* rename `ol.layer.GroupProperty` to `ol.layer.Group.Property`