Add tests for listenImage function, fix private variables initialization

This commit is contained in:
Frederic Junod
2019-05-16 16:42:37 +02:00
parent ee9a0bcd05
commit a0e6af425e
4 changed files with 52 additions and 6 deletions

View File

@@ -46,9 +46,9 @@ class ImageTile extends Tile {
/**
* @private
* @type {Array<import("./events.js").EventsKey>}
* @type {function():void}
*/
this.imageListenerKeys_ = null;
this.unlisten_ = null;
/**
* @private