diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-19 07:29:21 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-19 07:29:21 +0300 |
| commit | bec35200e97adabf4880a92bad40ec5bbe4848d1 (patch) | |
| tree | 1b35a847788c4025c3ab3d175741db278a4fc344 /js/CommonDialogs.js | |
| parent | 0832dd9d40c703d5d0bebf7f2392174acb602ec2 (diff) | |
fix some eslint-related stuff
Diffstat (limited to 'js/CommonDialogs.js')
| -rw-r--r-- | js/CommonDialogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index c62e6893e..6ace91c8c 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -3,7 +3,7 @@ /* eslint-disable new-cap */ /* eslint-disable no-new */ -/* global __, dojo, dijit, Notify, App, Feeds, $$, xhrPost, xhrJson, Tables, Effect, fox */ +/* global __, dojo, dijit, Notify, App, Feeds, xhrPost, xhrJson, Tables, fox */ /* exported CommonDialogs */ const CommonDialogs = { |