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

Unified Diff: chrome/browser/resources/ntp4/nav_dot.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/ntp4/nav_dot.js
diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js
index 9c7e8535bf8c13e123bb3e3bb8d9c7b061719d9d..86b47e59104b8d40e3c79f4df08a6d6feccf2e3f 100644
--- a/chrome/browser/resources/ntp4/nav_dot.js
+++ b/chrome/browser/resources/ntp4/nav_dot.js
@@ -60,8 +60,8 @@ cr.define('ntp', function() {
this.addEventListener('transitionend', this.onTransitionEnd_);
this.input_.addEventListener('blur', this.onInputBlur_.bind(this));
- this.input_.addEventListener('mousedown',
- this.onInputMouseDown_.bind(this));
+ this.input_.addEventListener(
+ 'mousedown', this.onInputMouseDown_.bind(this));
this.input_.addEventListener('keydown', this.onInputKeyDown_.bind(this));
if (animate) {

Powered by Google App Engine
This is Rietveld 408576698