diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 02:54:36 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-13 02:54:36 +0000 |
| commit | 7d6d32144177ce8c516092a114435988864ff6fa (patch) | |
| tree | 2420651070b680ee282862a14c8a9cd5cb1b7310 /plugins/share | |
| parent | 20d2ddabdbc70c3f8f15807ace5bd226082f6a50 (diff) | |
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
* https://eslint.org/docs/latest/rules/no-undef
* https://eslint.org/docs/latest/rules/no-unused-vars
Diffstat (limited to 'plugins/share')
| -rw-r--r-- | plugins/share/share_prefs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/share_prefs.js b/plugins/share/share_prefs.js index d974af618..e2151065f 100644 --- a/plugins/share/share_prefs.js +++ b/plugins/share/share_prefs.js @@ -1,4 +1,4 @@ -/* global Plugins, Notify, xhr, App */ +/* global __, Plugins, Notify, xhr, App */ Plugins.Share = { clearKeys: function() { |