Index: ui/webui/resources/js/cr/ui/list_item.js |
diff --git a/ui/webui/resources/js/cr/ui/list_item.js b/ui/webui/resources/js/cr/ui/list_item.js |
index a670a1f27f424f5fffc8623a2abbcedb3c5c5445..dc777f95eb5f5fc9dac747e838434f30f38a6bd5 100644 |
--- a/ui/webui/resources/js/cr/ui/list_item.js |
+++ b/ui/webui/resources/js/cr/ui/list_item.js |
@@ -49,7 +49,6 @@ cr.define('cr.ui', function() { |
/** |
* Whether the item is selected. Setting this does not update the underlying |
* selection model. This is only used for display purpose. |
- * @type {boolean} |
*/ |
cr.defineProperty(ListItem, 'selected', cr.PropertyKind.BOOL_ATTR, |
function() { |
@@ -59,13 +58,12 @@ cr.define('cr.ui', function() { |
/** |
* Whether the item is the lead in a selection. Setting this does not update |
* the underlying selection model. This is only used for display purpose. |
- * @type {boolean} |
*/ |
cr.defineProperty(ListItem, 'lead', cr.PropertyKind.BOOL_ATTR); |
/** |
* This item's index in the containing list. |
- * @type {number} |
+ * type {number} |
*/ |
cr.defineProperty(ListItem, 'listIndex'); |