Consistent use of Array and Object types
This commit is contained in:
@@ -52,7 +52,7 @@ class ZoomSlider extends Control {
|
||||
});
|
||||
|
||||
/**
|
||||
* @type {!Array.<import("../events.js").EventsKey>}
|
||||
* @type {!Array<import("../events.js").EventsKey>}
|
||||
* @private
|
||||
*/
|
||||
this.dragListenerKeys_ = [];
|
||||
|
||||
Reference in New Issue
Block a user