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

Unified Diff: chrome/browser/resources/chromeos/login/html-echo.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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/chromeos/login/html-echo.js
diff --git a/chrome/browser/resources/chromeos/login/html-echo.js b/chrome/browser/resources/chromeos/login/html-echo.js
index 25821c86bb3a2df5af61ebc6fbc5001adf2b9d02..77a00d1f4ad28fbc30f086313122bf3527d7fc19 100644
--- a/chrome/browser/resources/chromeos/login/html-echo.js
+++ b/chrome/browser/resources/chromeos/login/html-echo.js
@@ -5,12 +5,7 @@
Polymer({
is: 'html-echo',
- properties: {
- content: {
- type: String,
- observer: 'contentChanged_'
- }
- },
+ properties: {content: {type: String, observer: 'contentChanged_'}},
contentChanged_: function(content) {
this.innerHTML = content;
« no previous file with comments | « chrome/browser/resources/chromeos/login/host-pairing-screen.js ('k') | chrome/browser/resources/chromeos/login/lock.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698