Rename ol.ModifyEventType to ol.interaction.Modify.EventType

This commit is contained in:
Frederic Junod
2016-09-07 16:57:03 +02:00
parent c6a9bc66d6
commit f860c94840
2 changed files with 24 additions and 23 deletions
+1
View File
@@ -35,6 +35,7 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.layer.VectorTileRenderType` to `ol.layer.VectorTile.RenderType`
* rename `ol.MapEventType` to `ol.MapEvent.Type`
* rename `ol.MapProperty` to `ol.Map.Property`
* rename `ol.ModifyEventType` to `ol.interaction.Modify.EventType`
* rename `ol.RendererType` to `ol.renderer.Type`
* rename `ol.source.ImageEvent` to `ol.source.Image.Event`
* rename `ol.source.ImageEventType` to `ol.source.Image.EventType`