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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs

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/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs
index c2e47233c23a4875e6b11352738ed5d0aab5c37d..f807f25b5e6fa27ca87bebf8dd0e6762cc7720af 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager_test.unitjs
@@ -40,8 +40,8 @@ CvoxNavigationManagerUnitTest.prototype = {
/**
* Check a sequence of navigations.
*
- * @param {Array.<string>} strategies A list of nav strategies to try.
- * @param {Array.<Object>} commandsAndExpectations An array of objects,
+ * @param {Array<string>} strategies A list of nav strategies to try.
+ * @param {Array<Object>} commandsAndExpectations An array of objects,
* each one of which should contain:
* 'command': The UserCommands command to execute.
* 'text': The expected text of the node that's navigated to.

Powered by Google App Engine
This is Rietveld 408576698