Rename ol.source.ImageEventType to ol.source.Image.EventType

This commit is contained in:
Frederic Junod
2016-09-07 10:22:25 +02:00
parent d08e9e65b4
commit cfc1337cde
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -28,6 +28,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.RendererType` to `ol.renderer.Type`
* rename `ol.source.ImageEvent` to `ol.source.Image.Event`
* rename `ol.source.ImageEventType` to `ol.source.Image.EventType`
* rename `ol.source.TileEvent` to `ol.source.Tile.Event`
* rename `ol.source.TileEventType` to `ol.source.Tile.EventType`
* rename `ol.source.VectorEvent` to `ol.source.Vector.Event`