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

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

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months 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/card_slider.js ('k') | ui/webui/resources/js/cr/ui/focus_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_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 82c84f2bfe0d8b23f5f38ce9fa27fbf63e8a9508..f6f80d0d74b5cdf4713cf509e6976ac06e5a9949 100644
--- a/ui/webui/resources/js/cr/ui/focus_grid.js
+++ b/ui/webui/resources/js/cr/ui/focus_grid.js
@@ -27,7 +27,7 @@ cr.define('cr.ui', function() {
* @constructor
*/
function FocusGrid() {
- /** @type {!Array.<!cr.ui.FocusRow>} */
+ /** @type {!Array<!cr.ui.FocusRow>} */
this.rows = [];
/** @private {!EventTracker} */
« no previous file with comments | « ui/webui/resources/js/cr/ui/card_slider.js ('k') | ui/webui/resources/js/cr/ui/focus_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698