Merge pull request #5855 from fredj/rename_dragbox_event

Rename ol.DragBoxEvent* to ol.interaction.DragBox.Event*
This commit is contained in:
Frédéric Junod
2016-09-07 09:37:59 +02:00
committed by GitHub
2 changed files with 67 additions and 66 deletions

View File

@@ -10,6 +10,8 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.CollectionProperty` to `ol.Collection.Property`
* rename `ol.DeviceOrientationProperty` to `ol.DeviceOrientation.Property`
* rename `ol.DragBoxEvent` to `ol.interaction.DragBox.Event`
* rename `ol.DragBoxEventType` to `ol.interaction.DragBox.EventType`
* rename `ol.GeolocationProperty` to `ol.Geolocation.Property`
* rename `ol.OverlayPositioning` to `ol.Overlay.Positioning`
* rename `ol.OverlayProperty` to `ol.Overlay.Property`