Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a bug when unbinding key handlers. Mousetrap always expects an array of key sequences, and we were passing one at a time. Also, jQuery's toggleClass treats 0 as true, so ensure that we always use a boolean.
- Loading branch information