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

Unified Diff: chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.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/virtual_keyboard_test_base.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js b/chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js
index 12217339af171e1d2438f07f03b09f558d4cdd34..3cb02cec9351d6ba58f3d48afe49e966b0aaeeb5 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js
@@ -54,7 +54,7 @@ function mockExtensionApis(mockController) {
/**
* Mocks methods within a namespace.
* @param {string} namespace Dot delimited namespace.
- * @param {Array.<string>} methods List of methods names to mock.
+ * @param {Array<string>} methods List of methods names to mock.
*/
var addMocks = function(namespace, methods) {
var parts = namespace.split('.');
@@ -242,7 +242,7 @@ function onKeyboardReady(runTestCallback, opt_config) {
/**
* Defers continuation of a test until one or more keysets are loaded.
- * @param {string|Array.<string>} keyset Name of the target keyset or list of
+ * @param {string|Array<string>} keyset Name of the target keyset or list of
* keysets.
* @param {Function} continueTestCallback Callback function to invoke in order
* to resume the test.

Powered by Google App Engine
This is Rietveld 408576698