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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.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/chromevox/injected/user_event_detail.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
index 1dfbb88bc5769824b258b2281b001bbe8fd47957..b52769977634896ae98ca8e79ac3a49c9ba7d9ca 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
@@ -41,7 +41,7 @@ goog.require('cvox.ChromeVox');
* content and functionality.
* @constructor
*
- * @param {Object.<{command: (string),
+ * @param {Object<{command: (string),
* status: (undefined|string),
* resultNode: (undefined|Node),
* customCommand: (undefined|string)

Powered by Google App Engine
This is Rietveld 408576698