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

Unified Diff: chrome/browser/resources/chromeos/login/apps_menu.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/chromeos/login/apps_menu.js
diff --git a/chrome/browser/resources/chromeos/login/apps_menu.js b/chrome/browser/resources/chromeos/login/apps_menu.js
index 37fa769ce121c91131e07d05012f9cfd42f79e08..d60dce3dce4ba1ffc2b633768c1316cc6aeee4f0 100644
--- a/chrome/browser/resources/chromeos/login/apps_menu.js
+++ b/chrome/browser/resources/chromeos/login/apps_menu.js
@@ -144,7 +144,7 @@ cr.define('login', function() {
/**
* Sets apps to be displayed in the apps menu.
- * @param {!Array.<!Object>} apps An array of app info objects.
+ * @param {!Array<!Object>} apps An array of app info objects.
*/
AppsMenuButton.setApps = function(apps) {
$('show-apps-button').data = apps;

Powered by Google App Engine
This is Rietveld 408576698