remove typo from comment
This commit is contained in:
parent
2d8bf0c0ee
commit
46360d1b1f
@ -105,7 +105,7 @@ class ActionHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// events should be handled in handleEvent function. We need to do things this
|
// events should be handled in handleEvent function. We need to do things this
|
||||||
// way, otherwise we can't remove event listenerđ
|
// way, otherwise we can't remove event listener
|
||||||
// https://stackoverflow.com/a/19507086
|
// https://stackoverflow.com/a/19507086
|
||||||
document.addEventListener('keydown', this );
|
document.addEventListener('keydown', this );
|
||||||
document.addEventListener('keyup', this );
|
document.addEventListener('keyup', this );
|
||||||
|
Loading…
Reference in New Issue
Block a user