summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js')
-rw-r--r--chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
index b40df3c09fc..40434447619 100644
--- a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/options.js
@@ -42,7 +42,7 @@ cvox.OptionsPage.prefs;
/**
* A mapping from keycodes to their human readable text equivalents.
* This is initialized in cvox.OptionsPage.init for internationalization.
- * @type {Object<string, string>}
+ * @type {Object<string>}
*/
cvox.OptionsPage.KEYCODE_TO_TEXT = {
};
@@ -50,7 +50,7 @@ cvox.OptionsPage.KEYCODE_TO_TEXT = {
/**
* A mapping from human readable text to keycode values.
* This is initialized in cvox.OptionsPage.init for internationalization.
- * @type {Object<string, string>}
+ * @type {Object<string>}
*/
cvox.OptionsPage.TEXT_TO_KEYCODE = {
};