summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 19:55:05 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 19:55:05 +0300
commit6d7fea537eb25ede86546e72a0d08773c336d768 (patch)
treee740bd57ef562c63858861f44f74fbd17c900963 /js/CommonDialogs.js
parent157675d9fda01e399804aad73388fba57927c6df (diff)
silence some more eslint warnings
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index 18250bbb8..70596539b 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -1,5 +1,8 @@
'use strict'
+/* eslint-disable new-cap */
+/* eslint-disable no-new */
+
/* global __, dojo, dijit, Notify, App, Feeds, $$, xhrPost, xhrJson, Tables, Effect, fox */
/* exported CommonDialogs */