This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
guard against null keyEventTarget (#48)
* guard against null keyEventTarget There are two calls to _listenKeyEventListeners() and one already guards against null this.keyEventTarget. This change guards the call to _listenKeyEventListeners in attached from using a null keyEventTarget. * Moving the keyEventTarget check Moving the keyEventTarget check into _listenKeyEventListeners() * test for fix to #49 * Removed blank line * review nits
- Loading branch information