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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/node_state.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/common/node_state.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/node_state.js b/chrome/browser/resources/chromeos/chromevox/common/node_state.js
index 4793b3ecfb7ab80175504a82e9eaf21bed8cb7b1..6abc835bd65a9d68e5a1215e006364415009ffc8 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/node_state.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/node_state.js
@@ -16,7 +16,7 @@ goog.provide('cvox.NodeStateUtil');
* cvox.ChromeVox.getMsg() call. For example [list_position, 3, 5] maps to
* getMsg('list_position', [3, 5]);
*
- * @typedef {!Array.<!Array.<string|number>>}
+ * @typedef {!Array<!Array<string|number>>}
*/
cvox.NodeState;

Powered by Google App Engine
This is Rietveld 408576698