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

Unified Diff: chrome/test/data/chromeos/virtual_keyboard/layout_test.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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/test/data/chromeos/virtual_keyboard/layout_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/layout_test.js b/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
index 891bd8f62113150eb7346f3d1595ba967d843b4e..29620c0abd591dee66957627ebdccf078b49bed5 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
@@ -6,7 +6,7 @@
/**
* Verifies that the layout matches with expectations.
- * @param {Array.<string>} rows List of strings where each string indicates the
+ * @param {Array<string>} rows List of strings where each string indicates the
* expected sequence of characters on the corresponding row.
*/
function verifyLayout(rows) {

Powered by Google App Engine
This is Rietveld 408576698