summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-06-04 23:27:22 +0300
committerAndrew Dolgov <[email protected]>2020-06-04 23:27:22 +0300
commit88027d7a3913872c16f42cb9d9d713aa994eb034 (patch)
tree1fe058c07c0e5d532c063bd0e4e7b69a47096ae2 /js/Article.js
parent755662a9d756fffa225343da847de2a36f464c7b (diff)
fix various minor issues reported by eslint
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/Article.js b/js/Article.js
index 197bfb3ab..5044b6e0e 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -1,5 +1,7 @@
'use strict'
-/* global __, ngettext */
+
+/* global __, ngettext, App, Headlines, xhrPost, xhrJson, dojo, dijit, PluginHost, Notify, $$, escapeHtml */
+
const Article = {
_scroll_reset_timeout: false,
getScoreClass: function (score) {
@@ -342,7 +344,7 @@ const Article = {
mouseIn: function (id) {
this.post_under_pointer = id;
},
- mouseOut: function (id) {
+ mouseOut: function (/* id */) {
this.post_under_pointer = false;
},
getUnderPointer: function () {