Index: ui/webui/resources/js/cr/ui/bubble.js |
diff --git a/ui/webui/resources/js/cr/ui/bubble.js b/ui/webui/resources/js/cr/ui/bubble.js |
index a2cc09d7ea5f5b86ec0d191fe5e8d42776f41597..fe9703062ea44ed11851a90db373ed6b21ce0ba7 100644 |
--- a/ui/webui/resources/js/cr/ui/bubble.js |
+++ b/ui/webui/resources/js/cr/ui/bubble.js |
@@ -291,7 +291,9 @@ cr.define('cr.ui', function() { |
* Attach the bubble to the document's DOM. |
* @private |
*/ |
- attachToDOM_: function() { document.body.appendChild(this); }, |
+ attachToDOM_: function() { |
+ document.body.appendChild(this); |
+ }, |
/** |
* Update the arrow so that it appears at the correct position. |