workaround for - key bug on firefox
This commit is contained in:
parent
e0318e39c9
commit
e3ead4f3b0
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ var Keys = (function() {
|
|||
ret.enter = ret["return"];
|
||||
ret.escape = ret.esc;
|
||||
ret.del = ret["delete"];
|
||||
|
||||
// workaround for firefox bug
|
||||
ret[173] = '-';
|
||||
|
||||
return ret;
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue