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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/chrome/tts.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
Index: chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
index 6d466a5288534ae56b106ecc61a8a90fc72b31bf..c23038d38c1cb7c5fcbb99d30b4f238fd91dfcd9 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts.js
@@ -32,7 +32,7 @@ cvox.ChromeTts.callId = 1;
/**
* Maps call ids to callback functions.
- * @type {Object.<number, Function>}
+ * @type {Object<number, Function>}
*/
cvox.ChromeTts.functionMap = new Object();

Powered by Google App Engine
This is Rietveld 408576698