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

Unified Diff: ui/keyboard/resources/elements/kb-key-base.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/elements/kb-altkey-data.js ('k') | ui/keyboard/resources/elements/kb-keyboard.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-key-base.js
diff --git a/ui/keyboard/resources/elements/kb-key-base.js b/ui/keyboard/resources/elements/kb-key-base.js
index ed6b527d7651959efe0c7da7893e201238addd8e..ca08a94177653fab5b9d447910f7441457a1b6b8 100644
--- a/ui/keyboard/resources/elements/kb-key-base.js
+++ b/ui/keyboard/resources/elements/kb-key-base.js
@@ -172,7 +172,7 @@ Polymer('kb-key-base', {
/**
* Handles a swipe flick that originated from this key.
- * @param {detail} The details of the swipe.
+ * @param {detail} detail The details of the swipe.
*/
onFlick: function(detail) {
if (!(detail.direction & SwipeDirection.UP) || !this.hintTextValue)
« no previous file with comments | « ui/keyboard/resources/elements/kb-altkey-data.js ('k') | ui/keyboard/resources/elements/kb-keyboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698