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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs

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/cvox2/background/cursors_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
index 5f0457578327c39220f41339c52a54a3bd93a93f..6577fdc107dfaa068d817ddd49328954f7f97f7e 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
@@ -38,7 +38,7 @@ CursorsTest.prototype = {
/**
* Performs a series of operations on a cursor and asserts the result.
* @param {cursors.Cursor} cursor The starting cursor.
- * @param {!Array.<Array.<
+ * @param {!Array<Array<
* cursors.Unit|
* cursors.Movement|
* automationUtil.Dir|
@@ -58,7 +58,7 @@ CursorsTest.prototype = {
/**
* Performs a series of operations on a range and asserts the result.
* @param {cursors.Range} range The starting range.
- * @param {!Array.<Array.<
+ * @param {!Array<Array<
* cursors.Unit|
* cursors.Movement|
* automationUtil.Dir|

Powered by Google App Engine
This is Rietveld 408576698