| 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
|
|
|