mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:05:55 +00:00
eslint-related fixes; move a few things from global context to App
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
/* global __, ngettext, App, Article, Lists */
|
||||
/* global xhrPost, xhrJson, dojo, dijit, Notify, $$, Feeds */
|
||||
/* global __, App, Article, Lists, Effect */
|
||||
/* global xhrPost, dojo, dijit, Notify, $$, Feeds */
|
||||
|
||||
const Filters = {
|
||||
filterDlgCheckAction: function(sender) {
|
||||
@@ -337,6 +337,7 @@ const Filters = {
|
||||
});
|
||||
|
||||
if (!App.isPrefs()) {
|
||||
/* global getSelectionText */
|
||||
const selectedText = getSelectionText();
|
||||
|
||||
const lh = dojo.connect(dialog, "onLoad", function () {
|
||||
|
||||
Reference in New Issue
Block a user