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

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

Issue 553573003: Compile chrome://settings, part 3: 167 proper errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@G_options_errors_1
Patch Set: rebase Created 6 years, 3 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 | « chrome/browser/resources/sync_setup_overlay.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/cr/ui/list.js
diff --git a/ui/webui/resources/js/cr/ui/list.js b/ui/webui/resources/js/cr/ui/list.js
index 4fc97ba510614ef5b39a9b931a7a5a0a7b74ed16..7a36d1862c3515503fafab702ce31fdb074a3383 100644
--- a/ui/webui/resources/js/cr/ui/list.js
+++ b/ui/webui/resources/js/cr/ui/list.js
@@ -85,7 +85,7 @@ cr.define('cr.ui', function() {
/**
* Function used to create grid items.
- * @type {function(new:cr.ui.ListItem, Object)}
+ * @type {function(new:cr.ui.ListItem, *)}
* @private
*/
itemConstructor_: cr.ui.ListItem,
@@ -796,7 +796,7 @@ cr.define('cr.ui', function() {
/**
* Creates a new list item.
- * @param {Object} value The value to use for the item.
+ * @param {*} value The value to use for the item.
* @return {!ListItem} The newly created list item.
*/
createItem: function(value) {
« no previous file with comments | « chrome/browser/resources/sync_setup_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698