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

Unified Diff: chrome/browser/resources/settings/settings_page/main_page_behavior.js

Issue 2912473004: [MD settings] rename lastRoutChangeWasPopstate var (Closed)
Patch Set: swapped names Created 3 years, 7 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/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() {

Powered by Google App Engine
This is Rietveld 408576698