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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.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/navigation_shifter.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
index 01187fb663d0b5fd0f75ccc8d539724c8e344ac4..209388cc582ab827bbce03807a1c4c4a867881c9 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
@@ -70,7 +70,7 @@ goog.inherits(cvox.NavigationShifter, cvox.AbstractShifter);
// These "const" literals may be used, but no order may be assumed
// between them by any outside callers.
/**
- * @type {Object.<string, number>}
+ * @type {Object<string, number>}
*/
cvox.NavigationShifter.GRANULARITIES = {
'CHARACTER': 0,

Powered by Google App Engine
This is Rietveld 408576698