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

Unified Diff: chrome/browser/resources/chromeos/proxy_settings.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (Closed)
Patch Set: 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/proxy_settings.js
diff --git a/chrome/browser/resources/chromeos/proxy_settings.js b/chrome/browser/resources/chromeos/proxy_settings.js
index 45bf609faff41bff99aebedbc7bf1fd848c513e4..d8e11a218f00c23e8c7e46eaa7f6219cf1b8e8c2 100644
--- a/chrome/browser/resources/chromeos/proxy_settings.js
+++ b/chrome/browser/resources/chromeos/proxy_settings.js
@@ -48,8 +48,7 @@ function load() {
disableTextSelectAndDrag(function(e) {
var src = e.target;
return src instanceof HTMLTextAreaElement ||
- src instanceof HTMLInputElement &&
- /text|url/.test(src.type);
+ src instanceof HTMLInputElement && /text|url/.test(src.type);
});
document.addEventListener('DOMContentLoaded', load);
« no previous file with comments | « chrome/browser/resources/chromeos/power.js ('k') | chrome/browser/resources/chromeos/quick_unlock/md_pin_keyboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698