mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
declare globals with let
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
var init_params = new Array();
|
||||
let init_params = new Array();
|
||||
|
||||
var hotkey_prefix = false;
|
||||
var hotkey_prefix_pressed = false;
|
||||
let hotkey_prefix = false;
|
||||
let hotkey_prefix_pressed = false;
|
||||
|
||||
var seq = "";
|
||||
let seq = "";
|
||||
|
||||
function notify_callback2(transport, sticky) {
|
||||
notify_info(transport.responseText, sticky);
|
||||
|
||||
Reference in New Issue
Block a user