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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/braille_text_handler.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/common/braille_text_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/braille_text_handler.js b/chrome/browser/resources/chromeos/chromevox/common/braille_text_handler.js
index 36d3e04cba843294d72a733c89191c5b0bae3443..dc2c33540c0fd7ad1886ee1c888bddf40b245fc7 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/braille_text_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/braille_text_handler.js
@@ -49,9 +49,8 @@ cvox.BrailleTextHandler.prototype.changed = function(
if (element) {
spannable.setSpan(element, 0, line.length);
}
- content = new cvox.NavBraille({text: spannable,
- startIndex: start,
- endIndex: end});
+ content = new cvox.NavBraille(
+ {text: spannable, startIndex: start, endIndex: end});
} else {
if (cvox.ChromeVox.navigationManager) {
content = cvox.ChromeVox.navigationManager.getBraille();

Powered by Google App Engine
This is Rietveld 408576698