We do not need the iCheck option anymore

pull/1560/merge v2.4.0-rc
Abdullah Almsaeed 2017-07-02 11:38:16 -04:00
parent f8c4a40c8b
commit 1ee1030db2
1 changed files with 4 additions and 3 deletions

View File

@ -12,10 +12,11 @@
var DataKey = 'lte.todolist' var DataKey = 'lte.todolist'
var Default = { var Default = {
iCheck : false, onCheck : function (item) {
onCheck : function () { return item
}, },
onUnCheck: function () { onUnCheck: function (item) {
return item
} }
} }