Index: chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js |
index 30f148cfe1e194eee0b81f908a70f8d660318983..09364d7bb1e388ac2d1e0f52b46ae0bea965332a 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js |
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js |
@@ -58,8 +58,7 @@ BrailleKeyEventRewriter.prototype = { |
// previous incremental key press. |
if (evt.command == cvox.BrailleKeyCommand.DOTS && this.incrementalKey_) { |
// Check if this braille pattern has a standard key mapping. |
- standardKeyCode = |
- cvox.BrailleKeyEvent.brailleDotsToStandardKeyCode[dots]; |
+ standardKeyCode = cvox.BrailleKeyEvent.brailleDotsToStandardKeyCode[dots]; |
} |
if (standardKeyCode) { |