Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc update - add unbind intro text
  • Loading branch information
ryan-nauman committed Apr 25, 2013
1 parent ae3f375 commit bc4647d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -137,6 +137,8 @@ key()

## Unbinding shortcuts

Similar to defining shortcuts, they can be unbound using `key.unbind`.

```javascript
// unbind 'a' handler
key.unbind('a');
Expand Down

0 comments on commit bc4647d

Please sign in to comment.