| Index: chrome/browser/resources/chromeos/switch_access/options.js
|
| diff --git a/chrome/browser/resources/chromeos/switch_access/options.js b/chrome/browser/resources/chromeos/switch_access/options.js
|
| index 94fefc741684208c763db4b84c8e634a57944434..0f935e8efb7ee6c3651fea30685700eac621a7e3 100644
|
| --- a/chrome/browser/resources/chromeos/switch_access/options.js
|
| +++ b/chrome/browser/resources/chromeos/switch_access/options.js
|
| @@ -31,7 +31,7 @@ function SwitchAccessOptions() {
|
| document.addEventListener('change', this.handleInputChange_.bind(this));
|
| background.document.addEventListener(
|
| 'prefsUpdate', this.handlePrefsUpdate_.bind(this));
|
| -};
|
| +}
|
|
|
| SwitchAccessOptions.prototype = {
|
| /**
|
|
|