Rename ol.render.EventType to ol.render.Event.Type

This commit is contained in:
Frederic Junod
2016-10-13 12:02:51 +02:00
parent 5a3794752a
commit ed677cec4e
12 changed files with 51 additions and 55 deletions

View File

@@ -48,6 +48,7 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.MapProperty` to `ol.Map.Property`
* rename `ol.ModifyEventType` to `ol.interaction.Modify.EventType`
* rename `ol.RendererType` to `ol.renderer.Type`
* rename `ol.render.EventType` to `ol.render.Event.Type`
* rename `ol.source.ImageEvent` to `ol.source.Image.Event`
* rename `ol.source.ImageEventType` to `ol.source.Image.EventType`
* rename `ol.source.RasterEvent` to `ol.source.Raster.Event`