Chromium Code Reviews| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js |
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js |
| index 2e03399267b5a07f112db0060b91e9a7490400ad..2c73136719c0bd7946cdbe4ac997676299a8a50b 100644 |
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js |
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js |
| @@ -576,4 +576,9 @@ Polymer({ |
| this.pairingDevice_ = null; |
| this.pairingEvent_ = null; |
| }, |
| + |
| + /** @private */ |
| + stopTap_: function() { |
| + event.stopPropagation(); |
|
Dan Beam
2016/12/13 21:13:03
try your code ;)
Dan Beam
2016/12/13 21:14:53
(also, fwiw, this could work for deep/dark reasons
stevenjb
2016/12/13 22:01:32
I did. Apparently it works for deep/dark reasons.
|
| + }, |
| }); |