Document the correct render events

This commit is contained in:
ahocevar
2019-01-31 14:05:10 +01:00
parent b76626071b
commit 47679a9686
5 changed files with 5 additions and 10 deletions

View File

@@ -34,7 +34,6 @@ import Layer from './Layer.js';
* property on the layer object; for example, setting `title: 'My Title'` in the
* options means that `title` is observable, and has get/set accessors.
*
* @fires import("../render/Event.js").RenderEvent
* @api
*/
class BaseImageLayer extends Layer {