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

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

Issue 2597013002: Run clang-format on ui/webui/resources (Closed)
Patch Set: remove cr_shared_menu.js 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
Index: ui/webui/resources/js/cr/ui/focus_grid.js
diff --git a/ui/webui/resources/js/cr/ui/focus_grid.js b/ui/webui/resources/js/cr/ui/focus_grid.js
index cd3205ef2f7d6d300b15cabba0d469b8e782373a..e2dc5ad116e8d8e4b959ca25dba993470c321ab1 100644
--- a/ui/webui/resources/js/cr/ui/focus_grid.js
+++ b/ui/webui/resources/js/cr/ui/focus_grid.js
@@ -109,9 +109,7 @@ cr.define('cr.ui', function() {
* Adds |row| to the end of this list.
* @param {!cr.ui.FocusRow} row The row that needs to be added to this grid.
*/
- addRow: function(row) {
- this.addRowBefore(row, null);
- },
+ addRow: function(row) { this.addRowBefore(row, null); },
/**
* Adds |row| before |nextRow|. If |nextRow| is not in the list or it's

Powered by Google App Engine
This is Rietveld 408576698