mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
firefox support
This commit is contained in:
parent
003977911d
commit
eed87168ed
7 changed files with 160 additions and 33 deletions
|
@ -39,7 +39,7 @@ KeyboardListener.prototype.mute = function() {
|
|||
};
|
||||
|
||||
KeyboardListener.prototype.keydown = function(e) {
|
||||
var which = e.which;
|
||||
var which = e.which || e.keyCode;
|
||||
|
||||
var key = mapKeycodeToKey(which);
|
||||
if (key === undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue