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

Unified Diff: ui/webui/resources/js/cr/ui/focus_manager.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/focus_grid.js ('k') | ui/webui/resources/js/cr/ui/focus_outline_manager.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/focus_manager.js
diff --git a/ui/webui/resources/js/cr/ui/focus_manager.js b/ui/webui/resources/js/cr/ui/focus_manager.js
index 8fb528dcc332897797f3aff477a0200c90877317..e2c8347de4998189e7edf6a71fff83e494ac9c41 100644
--- a/ui/webui/resources/js/cr/ui/focus_manager.js
+++ b/ui/webui/resources/js/cr/ui/focus_manager.js
@@ -36,7 +36,9 @@ cr.define('cr.ui', function() {
* allowed to receive focus.
* @return {Element} The element containing focusable elements.
*/
- getFocusParent: function() { return document.body; },
+ getFocusParent: function() {
+ return document.body;
+ },
/**
* Returns the elements on the page capable of receiving focus.
« no previous file with comments | « ui/webui/resources/js/cr/ui/focus_grid.js ('k') | ui/webui/resources/js/cr/ui/focus_outline_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698