Apply new ESLint rules to legacy code
This commit is contained in:
parent
91cf075697
commit
8a2c17f65f
70 changed files with 376 additions and 516 deletions
|
@ -17,8 +17,6 @@ $('.environment').text(states.join(' - '));
|
|||
|
||||
// Install the 'dismiss with escape key' handler
|
||||
$(document).on('keydown', e => {
|
||||
'use strict';
|
||||
|
||||
if (e.keyCode === 27) {
|
||||
window.closeAbout();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue