From 1ee1030db29f62756a773b868c29a56935607c00 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 2 Jul 2017 11:38:16 -0400 Subject: [PATCH] We do not need the iCheck option anymore --- build/js/TodoList.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/js/TodoList.js b/build/js/TodoList.js index ebac0bac..6b88fcc9 100644 --- a/build/js/TodoList.js +++ b/build/js/TodoList.js @@ -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 } } -- GitLab