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

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: 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..c9b9a363d086a8040e4f45b0cefe9a4aba11197c 100644
--- a/chrome/browser/resources/settings/animation/animation.js
+++ b/chrome/browser/resources/settings/animation/animation.js
@@ -49,12 +49,10 @@ cr.define('settings.animation', function() {
});
self.animation_.addEventListener('cancel', function(e) {
reject(new
- /**
+ /**
dschuyler 2017/06/16 23:09:07 This looks incorrect (or the lines that follow are
Dan Beam 2017/06/17 00:11:06 this is code is cray to begin with. turned clang-
* @see https://heycam.github.io/webidl/#es-DOMException-call
* @type {function (new:DOMException, string, string)}
- */(
- DOMException
- )('', 'AbortError'));
+ */ (DOMException)('', 'AbortError'));
self.queueDispatch_(e);
});
});

Powered by Google App Engine
This is Rietveld 408576698