| 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
|
| + });
|
| },
|
|
|
| /**
|
|
|