Index: chrome/browser/resources/chromeos/bluetooth_options.js |
diff --git a/chrome/browser/resources/chromeos/bluetooth_options.js b/chrome/browser/resources/chromeos/bluetooth_options.js |
index 150592aab3a782004be343d02b2f4b9961936e22..556f54403ccdc0763aa90a626bca07f03626513d 100644 |
--- a/chrome/browser/resources/chromeos/bluetooth_options.js |
+++ b/chrome/browser/resources/chromeos/bluetooth_options.js |
@@ -21,11 +21,8 @@ cr.define('options', function() { |
__proto__: Page.prototype, |
}; |
- BluetoothOptions.updateDiscovery = function() { |
- }; |
+ BluetoothOptions.updateDiscovery = function() {}; |
// Export |
- return { |
- BluetoothOptions: BluetoothOptions |
- }; |
+ return {BluetoothOptions: BluetoothOptions}; |
}); |