Index: chrome/browser/resources/settings/a11y_page/a11y_page.js |
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.js b/chrome/browser/resources/settings/a11y_page/a11y_page.js |
index aa9f6b4ec0b5d59f1ca7842d52f1c66b580d3f2e..f3edf7d6bf057f574f80f389c212d10819f611ca 100644 |
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.js |
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.js |
@@ -23,9 +23,6 @@ Polymer({ |
properties: { |
/** |
* Preferences state. |
- * |
- * @type {?CrSettingsPrefsElement} |
- * @default null |
*/ |
prefs: { |
type: Object, |
@@ -79,7 +76,7 @@ Polymer({ |
* @private |
*/ |
autoclickSelectChanged_: function() { |
- this.prefs.settings.settings.a11y.autoclick_delay_ms = |
+ this.prefs.settings.a11y.autoclick_delay_ms = |
michaelpg
2015/05/13 23:49:50
i know I saw this before, but I think you don't ne
Jeremy Klein
2015/05/14 00:53:52
Done.
|
this.$.autoclickDropdown.value; |
}, |
}); |