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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.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/gaia_password_changed.js
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.js b/chrome/browser/resources/chromeos/login/gaia_password_changed.js
index 5206090fc5d4df73979c5618521846deb5e35e7f..803bf134c0ad9b068735203aa7567e907a6d09e3 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.js
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.js
@@ -8,10 +8,7 @@ Polymer({
properties: {
email: String,
- disabled: {
- type: Boolean,
- value: false
- }
+ disabled: {type: Boolean, value: false}
},
ready: function() {
@@ -22,8 +19,11 @@ Polymer({
*/
var pages = this.$.animatedPages;
delete pages._squelchNextFinishEvent;
- Object.defineProperty(pages, '_squelchNextFinishEvent',
- { get: function() { return false; } });
+ Object.defineProperty(pages, '_squelchNextFinishEvent', {
+ get: function() {
+ return false;
+ }
+ });
},
invalidate: function() {
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_input.js ('k') | chrome/browser/resources/chromeos/login/header_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698