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

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

Issue 2948443003: Run clang-format on .js files in c/b/r/md_extensions (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/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 542ad36c76d3c86e40d5d7e0c0c2b2166c861438..aeb278de7255d86a06eeeda0280c682dd0fb4aae 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
+ });
},
/**

Powered by Google App Engine
This is Rietveld 408576698