diff --git a/src/interaction/InteractionManager.js b/src/interaction/InteractionManager.js index 0c737f9..32dc791 100644 --- a/src/interaction/InteractionManager.js +++ b/src/interaction/InteractionManager.js @@ -679,7 +679,6 @@ * * @param {HTMLCanvasElement} element - the DOM element which will receive mouse and touch events. * @param {number} [resolution=1] - The resolution / device pixel ratio of the new element (relative to the canvas). - * @private */ setTargetElement(element, resolution = 1) {