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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/traverse_content.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/traverse_content.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/traverse_content.js b/chrome/browser/resources/chromeos/chromevox/common/traverse_content.js
index 4df917ef96957c63e92a1314fb6fd3e96ffe3686..4ca1ec4183cf5e98f2130e3d1b7278ea8b14cea9 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/traverse_content.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/traverse_content.js
@@ -115,7 +115,7 @@ cvox.TraverseContent.kParagraph = 'paragraph';
/**
* A constant array of all granularities.
- * @type {Array.<string>}
+ * @type {Array<string>}
* @const
*/
cvox.TraverseContent.kAllGrains =

Powered by Google App Engine
This is Rietveld 408576698