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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.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/cvox2/background/live_regions.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
index 57197e2d1fd328d7677aa30d1e2d1e29a70c7a2b..46784e45efdfed63314d1d357ae3e545faa04633 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
@@ -105,8 +105,8 @@ LiveRegions.prototype = {
var removals = relevant.indexOf('removals') >= 0;
var all = relevant.indexOf('all') >= 0;
- if (all || (additions &&
- (type == 'nodeCreated' || type == 'subtreeCreated'))) {
+ if (all ||
+ (additions && (type == 'nodeCreated' || type == 'subtreeCreated'))) {
this.outputLiveRegionChange_(node, null);
}

Powered by Google App Engine
This is Rietveld 408576698