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

Unified Diff: chrome/browser/resources/about_version.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox 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/about_version.js
diff --git a/chrome/browser/resources/about_version.js b/chrome/browser/resources/about_version.js
index d97191771e5abeb30efe88227c319f5b874728ce..476311bfae9837eed6419c27409ddf6eab078d8a 100644
--- a/chrome/browser/resources/about_version.js
+++ b/chrome/browser/resources/about_version.js
@@ -6,7 +6,7 @@
* Callback from the backend with the list of variations to display.
* This call will build the variations section of the version page, or hide that
* section if there are none to display.
- * @param {!Array.<string>} variationsList The list of variations.
+ * @param {!Array<string>} variationsList The list of variations.
*/
function returnVariationInfo(variationsList) {
$('variations-section').hidden = !variationsList.length;
« no previous file with comments | « chrome/browser/resources/about_invalidations.js ('k') | chrome/browser/resources/bookmark_manager/js/bmm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698