Fix broken demo-stand in Firefox

This commit is contained in:
Alexander Myshov 2015-06-16 20:43:34 +05:00
parent f99c26a5bf
commit 46b2588e57

View file

@ -5,7 +5,7 @@ var lastTime = Date.now();
function handle(e) { function handle(e) {
if (form.elements[e.type + 'Ignore'].checked) return; if (form.elements[e.type + 'Ignore'].checked) return;
var text = event.type + var text = e.type +
' keyCode=' + e.keyCode + ' keyCode=' + e.keyCode +
' which=' + e.which + ' which=' + e.which +
' charCode=' + e.charCode + ' charCode=' + e.charCode +