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

Unified Diff: chrome/browser/resources/bluetooth_internals/expandable_list.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/bluetooth_internals/expandable_list.js
diff --git a/chrome/browser/resources/bluetooth_internals/expandable_list.js b/chrome/browser/resources/bluetooth_internals/expandable_list.js
index 8f172561e073ad5430f046a62ec4ebea72c7e0be..05309cfa06a561bcef715a1f9c1c4723c84b6878 100644
--- a/chrome/browser/resources/bluetooth_internals/expandable_list.js
+++ b/chrome/browser/resources/bluetooth_internals/expandable_list.js
@@ -30,8 +30,7 @@ cr.define('expandable_list', function() {
this.classList.add('expandable-list-item');
this.briefContent_ = document.createElement('div');
this.briefContent_.classList.add('brief-content');
- this.briefContent_.addEventListener(
- 'click', this.onExpand_.bind(this));
+ this.briefContent_.addEventListener('click', this.onExpand_.bind(this));
this.appendChild(this.briefContent_);
this.expandedContent_ = document.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698