Add tests for listenImage function, fix private variables initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user