Remove extra imports in jsdoc

The symbols are already imported (es6 import)
This commit is contained in:
Frederic Junod
2018-09-21 08:32:37 +02:00
parent bf6ecd7667
commit 821a08ea79
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class ZoomSlider extends Control {
containerElement.className = className + ' ' + CLASS_UNSELECTABLE + ' ' + CLASS_CONTROL;
containerElement.appendChild(thumbElement);
/**
* @type {import("../pointer/PointerEventHandler.js").default}
* @type {PointerEventHandler}
* @private
*/
this.dragger_ = new PointerEventHandler(containerElement);