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

Unified Diff: chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.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/speech_rules/store_util.js
diff --git a/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js b/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
index acc65fa07a71db402c10cc812a63abb0b980bfe6..f7d53356be0fcb5a553ee4777edecb8f33729795 100644
--- a/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
+++ b/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
@@ -12,7 +12,7 @@ goog.provide('cvox.StoreUtil');
/**
* Count list of nodes and concatenate this with the context string.
* Returns a closure with a local state.
- * @param {Array.<Node>} nodes A node array.
+ * @param {Array<Node>} nodes A node array.
* @param {?string} context A context string.
* @return {function(): string} A function returning a string.
*/

Powered by Google App Engine
This is Rietveld 408576698