Rename ol.source.ImageEvent to ol.source.Image.Event

This commit is contained in:
Frederic Junod
2016-09-07 10:20:23 +02:00
parent 36b50ab491
commit d08e9e65b4
5 changed files with 12 additions and 12 deletions
+1
View File
@@ -27,6 +27,7 @@ A number of internal types have been renamed. This will not affect those who us
* rename `ol.MapEventType` to `ol.MapEvent.Type`
* 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.TileEvent` to `ol.source.Tile.Event`
* rename `ol.source.TileEventType` to `ol.source.Tile.EventType`
* rename `ol.source.VectorEvent` to `ol.source.Vector.Event`