Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: ui/webui/resources/js/cr/ui/expandable_bubble.js

Issue 2603443002: Clang format JS: Disallow single line functions, conditionals, loops, and switch statements (Closed)
Patch Set: update c/b/r/ as well Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/webui/resources/js/cr/ui/drag_wrapper.js ('k') | ui/webui/resources/js/cr/ui/focus_grid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « ui/webui/resources/js/cr/ui/drag_wrapper.js ('k') | ui/webui/resources/js/cr/ui/focus_grid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698