1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

some more eslint-related stuff

This commit is contained in:
Andrew Dolgov
2018-11-29 21:03:55 +03:00
parent 8572e0108a
commit 4508e3103d
5 changed files with 64 additions and 89 deletions

View File

@@ -1,4 +1,6 @@
let init_params = new Array();
/* global dijit, __ */
let init_params = [];
let hotkey_prefix = false;
let hotkey_prefix_pressed = false;