Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/browser/resources/chromeos/switch_access/options.js

Issue 2921783003: WebUI: Fix/suppress some existing violations of no-restricted-globals. (Closed)
Patch Set: Fix svg Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/switch_access/options.js
diff --git a/chrome/browser/resources/chromeos/switch_access/options.js b/chrome/browser/resources/chromeos/switch_access/options.js
index 0f935e8efb7ee6c3651fea30685700eac621a7e3..a8fdc89b272431d1a5d1eb45437e277359d654f0 100644
--- a/chrome/browser/resources/chromeos/switch_access/options.js
+++ b/chrome/browser/resources/chromeos/switch_access/options.js
@@ -9,6 +9,7 @@
* @return {Element}
*/
let $ = function(id) {
+ // eslint-disable-next-line no-restricted-properties
return document.getElementById(id);
};
« no previous file with comments | « chrome/browser/resources/chromeos/select_to_speak/.eslintrc.js ('k') | chrome/browser/resources/hotword/audio_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698