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

Unified Diff: chrome/browser/resources/settings/device_page/display_layout.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/device_page/display_layout.js
diff --git a/chrome/browser/resources/settings/device_page/display_layout.js b/chrome/browser/resources/settings/device_page/display_layout.js
index 76aac196c24dc31b2c0ec49f87370021fd35db81..7063a7c0a80073dd2ae4f1f255642713ec5297dc 100644
--- a/chrome/browser/resources/settings/device_page/display_layout.js
+++ b/chrome/browser/resources/settings/device_page/display_layout.js
@@ -42,7 +42,9 @@ Polymer({
visualOffset_: {left: 0, top: 0},
/** @override */
- detached: function() { this.initializeDrag(false); },
+ detached: function() {
+ this.initializeDrag(false);
+ },
/**
* Called explicitly when |this.displays| and their associated |this.layouts|
« no previous file with comments | « chrome/browser/resources/settings/device_page/display.js ('k') | chrome/browser/resources/settings/device_page/keyboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698