We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffd5c0 commit 7c400eeCopy full SHA for 7c400ee
src/jcr_root/apps/todo/components/item/item.js
@@ -20,7 +20,6 @@
20
21
/**
22
* Returns an object with following members:
23
- * {Boolean} show: True when the item is to be displayed (i.e. the all/active/completed filters include it)
24
* {Object} updateItemAction: Creates the JSON that describes the POST action for editing the text of the item
25
* {Object} destroyItemAction: Creates the JSON that describes the POST action for removing the item
26
* {Object} toggleItemAction: Creates the JSON that describes the POST action for marking the item as complete or active
@@ -76,4 +75,4 @@ use(function () {
76
75
model.toggleItemAction = toggleItemAction();
77
78
return model;
79
-});
+});
0 commit comments