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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 years, 6 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/user_event_detail.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
index b52769977634896ae98ca8e79ac3a49c9ba7d9ca..b8d759de651a2eed26baf052ce25434d85fc8618 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_event_detail.js
@@ -143,18 +143,18 @@ cvox.UserEventDetail.Status = {
*/
// TODO (clchen): Integrate this with command_store.js.
cvox.UserEventDetail.JUMP_COMMANDS = [
- 'nextCheckbox', 'previousCheckbox', 'nextRadio', 'previousRadio',
- 'nextSlider', 'previousSlider', 'nextGraphic', 'previousGraphic',
- 'nextButton', 'previousButton', 'nextComboBox', 'previousComboBox',
- 'nextEditText', 'previousEditText', 'nextHeading', 'previousHeading',
- 'nextHeading1', 'previousHeading1', 'nextHeading2', 'previousHeading2',
- 'nextHeading3', 'previousHeading3', 'nextHeading4', 'previousHeading4',
- 'nextHeading5', 'previousHeading5', 'nextHeading6', 'previousHeading6',
- 'nextLink', 'previousLink', 'nextMath', 'previousMath', 'nextTable',
- 'previousTable', 'nextList', 'previousList', 'nextListItem',
- 'previousListItem', 'nextFormField', 'previousFormField', 'nextLandmark',
- 'previousLandmark', 'nextSection', 'previousSection', 'nextControl',
- 'previousControl'
+ 'nextCheckbox', 'previousCheckbox', 'nextRadio', 'previousRadio',
+ 'nextSlider', 'previousSlider', 'nextGraphic', 'previousGraphic',
+ 'nextButton', 'previousButton', 'nextComboBox', 'previousComboBox',
+ 'nextEditText', 'previousEditText', 'nextHeading', 'previousHeading',
+ 'nextHeading1', 'previousHeading1', 'nextHeading2', 'previousHeading2',
+ 'nextHeading3', 'previousHeading3', 'nextHeading4', 'previousHeading4',
+ 'nextHeading5', 'previousHeading5', 'nextHeading6', 'previousHeading6',
+ 'nextLink', 'previousLink', 'nextMath', 'previousMath',
+ 'nextTable', 'previousTable', 'nextList', 'previousList',
+ 'nextListItem', 'previousListItem', 'nextFormField', 'previousFormField',
+ 'nextLandmark', 'previousLandmark', 'nextSection', 'previousSection',
+ 'nextControl', 'previousControl'
];
/**

Powered by Google App Engine
This is Rietveld 408576698