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

Unified Diff: chrome/browser/resources/md_history/grouped_list.js

Issue 2607653002: MD History: clang-format Javascript files (again!) (Closed)
Patch Set: Created 4 years 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/md_history/grouped_list.js
diff --git a/chrome/browser/resources/md_history/grouped_list.js b/chrome/browser/resources/md_history/grouped_list.js
index f772e5270dd88d27a00339e6c520183dfce99770..a867d17f1815ebe5ed9895cedaa3240bfb1d23ca 100644
--- a/chrome/browser/resources/md_history/grouped_list.js
+++ b/chrome/browser/resources/md_history/grouped_list.js
@@ -139,7 +139,9 @@ Polymer({
e.model.set('domain.rendered', true);
// Give the history-items time to render.
- setTimeout(function() { collapse.toggle() }, 0);
+ setTimeout(function() {
+ collapse.toggle()
+ }, 0);
},
/**
« no previous file with comments | « chrome/browser/resources/md_history/browser_service.js ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698