remove typo from comment

This commit is contained in:
Tamius Han 2021-02-09 00:54:04 +01:00
parent 2d8bf0c0ee
commit 46360d1b1f

View File

@ -105,7 +105,7 @@ class ActionHandler {
}
// 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
document.addEventListener('keydown', this );
document.addEventListener('keyup', this );