Consistent use of Array and Object types

This commit is contained in:
Tim Schaub
2021-02-02 13:53:10 -07:00
parent 11d92763ec
commit 19bb3f8c88
8 changed files with 14 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ class ZoomSlider extends Control {
});
/**
* @type {!Array.<import("../events.js").EventsKey>}
* @type {!Array<import("../events.js").EventsKey>}
* @private
*/
this.dragListenerKeys_ = [];