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

Unified Diff: chrome/browser/resources/md_extensions/shortcut_input.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/md_extensions/shortcut_input.js
diff --git a/chrome/browser/resources/md_extensions/shortcut_input.js b/chrome/browser/resources/md_extensions/shortcut_input.js
index 75306626e470e1f874c069a438c9150b941a2752..8977f9c9bae1bb0071edffcaff16b5bea29b703b 100644
--- a/chrome/browser/resources/md_extensions/shortcut_input.js
+++ b/chrome/browser/resources/md_extensions/shortcut_input.js
@@ -131,9 +131,11 @@ cr.define('extensions', function() {
/** @private */
commitPending_: function() {
this.shortcut = this.pendingShortcut_;
- this.fire('shortcut-updated', {keybinding: this.shortcut,
- item: this.item,
- commandName: this.commandName});
+ this.fire('shortcut-updated', {
+ keybinding: this.shortcut,
+ item: this.item,
+ commandName: this.commandName
+ });
},
/**
« no previous file with comments | « chrome/browser/resources/md_extensions/service.js ('k') | chrome/browser/resources/md_extensions/sidebar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698