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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.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_commands.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
index a31e637a84511a407ac0f0b5cd98db52a3edab54..6d6b220d6cbb68714aac8dee41c41486f1c5cd5a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
@@ -55,7 +55,7 @@ cvox.ChromeVoxUserCommands.init_ = function() {
/**
- * @type {!Object.<string, function(Object=): boolean>}
+ * @type {!Object<string, function(Object=): boolean>}
*/
cvox.ChromeVoxUserCommands.commands;

Powered by Google App Engine
This is Rietveld 408576698