We do not need the iCheck option anymore

This commit is contained in:
Abdullah Almsaeed 2017-07-02 11:38:16 -04:00
parent f8c4a40c8b
commit 1ee1030db2

View file

@ -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
}
}