diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 19:02:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 19:02:09 +0300 |
| commit | 7f0800537e8268dcbc4fce19f38fcbaa3d78a1cd (patch) | |
| tree | d80b1c1a4194265c4c340661a1388f77c2a048c1 /js/App.js | |
| parent | ad7842c98af21bf400c0f347455a3a8432c01140 (diff) | |
silence (or fix) a bunch of eslint warnings
Diffstat (limited to 'js/App.js')
| -rw-r--r-- | js/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ 'use strict'; +/* eslint-disable new-cap */ /* global __, Article, Ajax, Headlines, Filters, fox */ /* global xhrPost, xhrJson, dojo, dijit, PluginHost, Notify, $$, Feeds, Cookie */ /* global CommonDialogs, Plugins, Effect */ |