Skip to content

Commit

Permalink
Fix invalid doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Jul 11, 2012
1 parent d8822d1 commit 0414266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mousetrap.js
Expand Up @@ -728,7 +728,7 @@ window.Mousetrap = (function() {
* the keycombo+action has to be exactly the same as * the keycombo+action has to be exactly the same as
* it was defined in the bind method * it was defined in the bind method
* *
* @todo actually remove this from the _callbacks dictionary instead * TODO: actually remove this from the _callbacks dictionary instead
* of binding an empty function * of binding an empty function
* *
* @param {string|Array} keys * @param {string|Array} keys
Expand Down

0 comments on commit 0414266

Please sign in to comment.