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

Unified Diff: chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js

Issue 924083004: Shorten Closure template notation from Array.<*> to Array<*> in cvox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/braille/braille_input_handler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js b/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js
index f35ebf01b00f17d899f26fd0b67f7c051db702bc..b94ef8674f5d2caf998d5930b55f05b39858492e 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js
@@ -76,12 +76,12 @@ cvox.BrailleDisplayManager = function(translatorManager) {
*/
this.realDisplayState_ = this.displayState_;
/**
- * @type {!Array.<number>}
+ * @type {!Array<number>}
* @private
*/
this.textToBraille_ = [];
/**
- * @type {!Array.<number>}
+ * @type {!Array<number>}
* @private
*/
this.brailleToText_ = [];
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/braille/braille_input_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698