Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/main_page_behavior.js |
| diff --git a/chrome/browser/resources/settings/settings_page/main_page_behavior.js b/chrome/browser/resources/settings/settings_page/main_page_behavior.js |
| index 3886816a9110fcb731267fad86474ae00c3b1cf4..331e9d54a37f39ef8f16161775c86c7b93002edb 100644 |
| --- a/chrome/browser/resources/settings/settings_page/main_page_behavior.js |
| +++ b/chrome/browser/resources/settings/settings_page/main_page_behavior.js |
| @@ -13,7 +13,7 @@ var MainPageBehaviorImpl = { |
| /** |
| * Help CSS to alter style during the horizontal swipe animation. |
| * Note that this is unrelated to the |currentAnimation_| (which refers to |
| - * the vertical exapand animation). |
| + * the vertical expand animation). |
|
dpapad
2017/05/27 01:29:51
Assuming you cleaned up this file, since it was al
dschuyler
2017/05/27 01:35:36
I reflected on that, but decided these were worthw
|
| */ |
| isSubpageAnimating: { |
| reflectToAttribute: true, |
| @@ -35,9 +35,7 @@ var MainPageBehaviorImpl = { |
| /** @type {?HTMLElement} The scrolling container. */ |
| scroller: null, |
| - listeners: { |
| - 'neon-animation-finish': 'onNeonAnimationFinish_' |
| - }, |
| + listeners: {'neon-animation-finish': 'onNeonAnimationFinish_'}, |
| /** @override */ |
| attached: function() { |