Searched refs:boundOnKeyUp (Results 1 – 1 of 1) sorted by relevance
81 private boundOnKeyUp = this.onKeyUp.bind(this); property in PanAndZoomHandler130 document.body.addEventListener('keyup', this.boundOnKeyUp);173 document.body.removeEventListener('keyup', this.boundOnKeyUp);