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

Unified Diff: chrome/browser/resources/chromeos/login/oobe-screen.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/oobe-screen.js
diff --git a/chrome/browser/resources/chromeos/login/oobe-screen.js b/chrome/browser/resources/chromeos/login/oobe-screen.js
index b79784d145b7d88f6ab35873cf221f894bd6b3c6..c7e8fd7f973b41db360c4485925d772704d672a0 100644
--- a/chrome/browser/resources/chromeos/login/oobe-screen.js
+++ b/chrome/browser/resources/chromeos/login/oobe-screen.js
@@ -54,8 +54,9 @@ cr.define('login', function() {
},
userActed: function(e) {
- this.send(CALLBACK_USER_ACTED,
- e.detail.sourceEvent.target.getAttribute('action'));
+ this.send(
+ CALLBACK_USER_ACTED,
+ e.detail.sourceEvent.target.getAttribute('action'));
},
i18n: function(args) {
@@ -227,8 +228,5 @@ cr.define('login', function() {
}
};
- return {
- OobeScreenBehavior: OobeScreenBehavior
- };
+ return {OobeScreenBehavior: OobeScreenBehavior};
});
-
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.js ('k') | chrome/browser/resources/chromeos/login/oobe_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698