Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Nov 22, 2012
1 parent f83f7de commit 8dfd36c
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; 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 // by default ignore key presses if a select, textarea, or input is focused
if(!assignKey.filter.call(this, event)) return; if(!assignKey.filter.call(this, event)) return;


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


// unset modifier keys on keyup // unset modifier keys on keyup
Expand Down

0 comments on commit 8dfd36c

Please sign in to comment.