summaryrefslogtreecommitdiff
path: root/js/CommonFilters.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 07:29:21 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 07:29:21 +0300
commitbec35200e97adabf4880a92bad40ec5bbe4848d1 (patch)
tree1b35a847788c4025c3ab3d175741db278a4fc344 /js/CommonFilters.js
parent0832dd9d40c703d5d0bebf7f2392174acb602ec2 (diff)
fix some eslint-related stuffwip-no-prototype
Diffstat (limited to 'js/CommonFilters.js')
-rw-r--r--js/CommonFilters.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index d5b751f91..3fa100b9e 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -2,8 +2,8 @@
/* eslint-disable no-new */
-/* global __, App, Article, Lists, Effect, fox */
-/* global xhrPost, dojo, dijit, Notify, $$, Feeds */
+/* global __, App, Article, Lists, fox */
+/* global xhrPost, dojo, dijit, Notify, Feeds */
const Filters = {
filterDlgCheckAction: function(sender) {