Mark tile load events as stable

This commit is contained in:
Tim Schaub
2015-04-02 13:19:18 +02:00
parent 5fe6f07969
commit cedc78972d

View File

@@ -280,21 +280,21 @@ ol.source.TileEventType = {
/**
* Triggered when a tile starts loading.
* @event ol.source.TileEvent#tileloadstart
* @api
* @api stable
*/
TILELOADSTART: 'tileloadstart',
/**
* Triggered when a tile finishes loading.
* @event ol.source.TileEvent#tileloadend
* @api
* @api stable
*/
TILELOADEND: 'tileloadend',
/**
* Triggered if tile loading results in an error.
* @event ol.source.TileEvent#tileloaderror
* @api
* @api stable
*/
TILELOADERROR: 'tileloaderror'