| Index: ui/webui/resources/js/cr/ui/expandable_bubble.js
|
| diff --git a/ui/webui/resources/js/cr/ui/expandable_bubble.js b/ui/webui/resources/js/cr/ui/expandable_bubble.js
|
| index 16a763553c8ce2b898bf03f5c48c9c9cc600c16b..88440794449ad73b8f06a8cd39312f7ecb05d282 100644
|
| --- a/ui/webui/resources/js/cr/ui/expandable_bubble.js
|
| +++ b/ui/webui/resources/js/cr/ui/expandable_bubble.js
|
| @@ -75,7 +75,9 @@ cr.define('cr.ui', function() {
|
| * is clicked. By default is set to this.hide.
|
| * @param {Function} func A function with no parameters.
|
| */
|
| - set handleCloseEvent(func) { this.handleCloseEvent_ = func; },
|
| + set handleCloseEvent(func) {
|
| + this.handleCloseEvent_ = func;
|
| + },
|
|
|
| /**
|
| * Temporarily suppresses the bubble from view (and toggles it back).
|
|
|