| 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_);
|
|
|