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

Unified Diff: ui/keyboard/resources/elements/kb-altkey-data.js

Issue 594603002: Compile ui/keyboard/ JS, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « ui/keyboard/resources/compiled_resources.gyp ('k') | ui/keyboard/resources/elements/kb-key-base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-altkey-data.js
diff --git a/ui/keyboard/resources/elements/kb-altkey-data.js b/ui/keyboard/resources/elements/kb-altkey-data.js
index e45cb319a596427a10ffdf670b53f1b922a2bc8c..c8cdb9766ead6bab5c63c622b064a149530d72f6 100644
--- a/ui/keyboard/resources/elements/kb-altkey-data.js
+++ b/ui/keyboard/resources/elements/kb-altkey-data.js
@@ -31,7 +31,7 @@
* @param {boolean=} opt_force If true, force the creation of a list
* even if empty. Used when constructing a set of alternates for keys
* with hintTexts.
- * @return {?Object.{id: string, list: string}}
+ * @return {?{id: string, list: string}}
*/
getAltkeys: function(char, opt_force) {
var id = idMap[char];
« no previous file with comments | « ui/keyboard/resources/compiled_resources.gyp ('k') | ui/keyboard/resources/elements/kb-key-base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698