Skip to content

Commit 1ee1030

Browse files
committed
We do not need the iCheck option anymore
1 parent f8c4a40 commit 1ee1030

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/js/TodoList.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
var DataKey = 'lte.todolist'
1313

1414
var Default = {
15-
iCheck : false,
16-
onCheck : function () {
15+
onCheck : function (item) {
16+
return item
1717
},
18-
onUnCheck: function () {
18+
onUnCheck: function (item) {
19+
return item
1920
}
2021
}
2122

0 commit comments

Comments
 (0)