Fix wrong type

This commit is contained in:
Frederic Junod
2018-09-27 17:36:47 +02:00
parent 368fb2c6e8
commit 6ce56329dd

View File

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