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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
index bde0aab057db9d285e7f5bd5baf998fe669e583a..34fc0e153d604a11362bea25925750da648ff41c 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
@@ -70,7 +70,7 @@ cvox.KeyboardHelpWidget.prototype.getNameMsg = function() {
* @override
*/
cvox.KeyboardHelpWidget.prototype.onKeyDown = function(evt) {
- if (evt.keyCode == 13) { // Enter
+ if (evt.keyCode == 13) { // Enter
var currentCommand =
cvox.ChromeVox.navigationManager.getCurrentNode().parentNode.id;
this.hide();

Powered by Google App Engine
This is Rietveld 408576698