Skip to content

Commit

Permalink
Merge pull request #66 from davidchambers/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
madrobby committed Nov 22, 2012
2 parents f83f7de + 8dfd36c commit 51e5a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymaster.js
Expand Up @@ -58,7 +58,7 @@
return;
}

// see if we need to ignore the keypress (ftiler() can can be overridden)
// see if we need to ignore the keypress (filter() can can be overridden)
// by default ignore key presses if a select, textarea, or input is focused
if(!assignKey.filter.call(this, event)) return;

Expand Down Expand Up @@ -86,7 +86,7 @@
}
}
}
}
}
};

// unset modifier keys on keyup
Expand Down

0 comments on commit 51e5a04

Please sign in to comment.