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

Unified Diff: chrome/browser/resources/md_history/side_bar.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/side_bar.js
diff --git a/chrome/browser/resources/md_history/side_bar.js b/chrome/browser/resources/md_history/side_bar.js
index 9f4492213ecc06d61602f9cdd276102f5258b0b0..d442b027588ce93ff56a10391b5c582da897b483 100644
--- a/chrome/browser/resources/md_history/side_bar.js
+++ b/chrome/browser/resources/md_history/side_bar.js
@@ -30,12 +30,16 @@ Polymer({
* @param {CustomEvent} e
* @private
*/
- onSpacePressed_: function(e) { e.detail.keyboardEvent.path[0].click(); },
+ onSpacePressed_: function(e) {
+ e.detail.keyboardEvent.path[0].click();
+ },
/**
* @private
*/
- onSelectorActivate_: function() { this.fire('history-close-drawer'); },
+ onSelectorActivate_: function() {
+ this.fire('history-close-drawer');
+ },
/**
* Relocates the user to the clear browsing data section of the settings page.
@@ -55,5 +59,7 @@ Polymer({
* accessibility purposes, taps are handled separately by <iron-selector>.
* @private
*/
- onItemClick_: function(e) { e.preventDefault(); },
+ onItemClick_: function(e) {
+ e.preventDefault();
+ },
});
« no previous file with comments | « chrome/browser/resources/md_history/list_container.js ('k') | chrome/browser/resources/md_history/synced_device_card.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698