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

Unified Diff: ui/webui/resources/js/cr/ui/array_data_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
« no previous file with comments | « ui/webui/resources/js/cr/link_controller.js ('k') | ui/webui/resources/js/cr/ui/card_slider.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/array_data_model.js
diff --git a/ui/webui/resources/js/cr/ui/array_data_model.js b/ui/webui/resources/js/cr/ui/array_data_model.js
index 9254dc378fbcabb7f46ab2a4ea134c39cc3945b6..969f9484ff8a295571d2c87f12929e24b71bfde3 100644
--- a/ui/webui/resources/js/cr/ui/array_data_model.js
+++ b/ui/webui/resources/js/cr/ui/array_data_model.js
@@ -255,7 +255,7 @@ cr.define('cr.ui', function() {
* reinsert new items.
* This dispatches one or more change events.
* This runs sort after updating.
- * @param {Array.<number>} indexes The index list of items to update.
+ * @param {Array<number>} indexes The index list of items to update.
*/
updateIndexes: function(indexes) {
indexes.forEach(function(index) {
« no previous file with comments | « ui/webui/resources/js/cr/link_controller.js ('k') | ui/webui/resources/js/cr/ui/card_slider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698