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

Unified Diff: chrome/browser/resources/md_extensions/animation_helper.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/md_extensions/animation_helper.js
diff --git a/chrome/browser/resources/md_extensions/animation_helper.js b/chrome/browser/resources/md_extensions/animation_helper.js
index be9f96518239b9a1402cbc3d962358a6f87f608b..16c863b2d39d5186b5c33eefee0f7b4a8032b0da 100644
--- a/chrome/browser/resources/md_extensions/animation_helper.js
+++ b/chrome/browser/resources/md_extensions/animation_helper.js
@@ -63,8 +63,11 @@ cr.define('extensions', function() {
var config;
switch (animation) {
case extensions.Animation.HERO:
- config =
- {name: 'hero-animation', id: 'hero', fromPage: this.element_};
+ config = {
+ name: 'hero-animation',
+ id: 'hero',
+ fromPage: this.element_
+ };
break;
case extensions.Animation.FADE_OUT:
assert(this.node_);
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.js ('k') | chrome/browser/resources/md_extensions/code_section.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698