Merge pull request #30 from myshov/patch-5
Fix broken demo-stand in Firefox
This commit is contained in:
commit
3e1481d049
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ var lastTime = Date.now();
|
|||
function handle(e) {
|
||||
if (form.elements[e.type + 'Ignore'].checked) return;
|
||||
|
||||
var text = event.type +
|
||||
var text = e.type +
|
||||
' keyCode=' + e.keyCode +
|
||||
' which=' + e.which +
|
||||
' charCode=' + e.charCode +
|
||||
|
@ -25,4 +25,4 @@ function handle(e) {
|
|||
if (form.elements[e.type + 'Stop'].checked) {
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue