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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_buttons.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/chromeos/login/gaia_buttons.js
diff --git a/chrome/browser/resources/chromeos/login/gaia_buttons.js b/chrome/browser/resources/chromeos/login/gaia_buttons.js
index 2c371d200e353694fbedf4400db72e990fd5bf5c..5e91f9f342e41492e9001bb7b3ad681f59238566 100644
--- a/chrome/browser/resources/chromeos/login/gaia_buttons.js
+++ b/chrome/browser/resources/chromeos/login/gaia_buttons.js
@@ -6,11 +6,7 @@ Polymer({
is: 'gaia-button',
properties: {
- disabled: {
- type: Boolean,
- value: false,
- reflectToAttribute: true
- },
+ disabled: {type: Boolean, value: false, reflectToAttribute: true},
type: {
type: String,
@@ -21,7 +17,7 @@ Polymer({
},
focus: function() {
- this.$.button.focus();
+ this.$.button.focus();
},
focusedChanged_: function() {
@@ -47,11 +43,7 @@ Polymer({
is: 'gaia-icon-button',
properties: {
- disabled: {
- type: Boolean,
- value: false,
- reflectToAttribute: true
- },
+ disabled: {type: Boolean, value: false, reflectToAttribute: true},
icon: String,

Powered by Google App Engine
This is Rietveld 408576698