Skip to content

Commit

Permalink
We do not need the iCheck option anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jul 2, 2017
1 parent f8c4a40 commit 1ee1030
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/js/TodoList.js
Expand Up @@ -12,10 +12,11 @@
var DataKey = 'lte.todolist'

var Default = {
iCheck : false,
onCheck : function () {
onCheck : function (item) {
return item
},
onUnCheck: function () {
onUnCheck: function (item) {
return item
}
}

Expand Down

1 comment on commit 1ee1030

@adminhamza
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank

Please sign in to comment.