Rename ol.DragBoxEventType to ol.interaction.DragBox.EventType

This commit is contained in:
Frederic Junod
2016-09-06 09:14:36 +02:00
parent 7135cec0fd
commit f6daa99082
2 changed files with 31 additions and 30 deletions
+1
View File
@@ -11,6 +11,7 @@ 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`