This commit is contained in:
Rushabh Mehta
2018-01-10 18:20:08 +05:30
parent 8bcdb91c9f
commit 1d3ebe7930
-1
View File
@@ -13,7 +13,6 @@ window.app = {
doctype: 'ToDo',
parent: this.edit_page.body
});
this.edit_page.form.make();
},
setup_list() {
this.todo_list = new Page('ToDo List');