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

Unified Diff: ui/webui/resources/js/cr/ui/list_single_selection_model.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
Index: ui/webui/resources/js/cr/ui/list_single_selection_model.js
diff --git a/ui/webui/resources/js/cr/ui/list_single_selection_model.js b/ui/webui/resources/js/cr/ui/list_single_selection_model.js
index 70f39eda41b9f0bed390d4ea65046602cf30bad2..209ee8e8c93fb0c624b382df655ee4a70af82a2f 100644
--- a/ui/webui/resources/js/cr/ui/list_single_selection_model.js
+++ b/ui/webui/resources/js/cr/ui/list_single_selection_model.js
@@ -221,7 +221,7 @@ cr.define('cr.ui', function() {
/**
* Adjusts the selection after reordering of items in the table.
- * @param {!Array.<number>} permutation The reordering permutation.
+ * @param {!Array<number>} permutation The reordering permutation.
*/
adjustToReordering: function(permutation) {
if (this.leadIndex != -1)
« no previous file with comments | « ui/webui/resources/js/cr/ui/list_selection_model.js ('k') | ui/webui/resources/js/cr/ui/page_manager/page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698