mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Remove jshint - move everything over to eslint
Also removed all hints of previous linters
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
$(document).on('keyup', function(e) {
|
||||
/* global $: false */
|
||||
/* global Whisper: false */
|
||||
|
||||
$(document).on('keyup', e => {
|
||||
'use strict';
|
||||
|
||||
if (e.keyCode === 27) {
|
||||
window.closeDebugLog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user