Apply new ESLint rules to legacy code
This commit is contained in:

committed by
Scott Nonnenberg

parent
91cf075697
commit
8a2c17f65f
@@ -2,8 +2,6 @@
|
||||
/* global Whisper: false */
|
||||
|
||||
$(document).on('keydown', e => {
|
||||
'use strict';
|
||||
|
||||
if (e.keyCode === 27) {
|
||||
window.closeDebugLog();
|
||||
}
|
||||
|
Reference in New Issue
Block a user