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

Unified Diff: chrome/browser/resources/settings/animation/animation.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/animation/animation.js
diff --git a/chrome/browser/resources/settings/animation/animation.js b/chrome/browser/resources/settings/animation/animation.js
index 7e07a996b9c1db30ddd42d9d8855846f0268b947..8f369ce9865781b19142653ac60cf7a3d65cd816 100644
--- a/chrome/browser/resources/settings/animation/animation.js
+++ b/chrome/browser/resources/settings/animation/animation.js
@@ -48,6 +48,7 @@ cr.define('settings.animation', function() {
self.queueDispatch_(e);
});
self.animation_.addEventListener('cancel', function(e) {
+ // clang-format off
reject(new
/**
* @see https://heycam.github.io/webidl/#es-DOMException-call
@@ -55,6 +56,7 @@ cr.define('settings.animation', function() {
*/(
DOMException
)('', 'AbortError'));
+ // clang-format on
self.queueDispatch_(e);
});
});

Powered by Google App Engine
This is Rietveld 408576698