mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
Remove functions not being used
This commit is contained in:
@@ -13,16 +13,9 @@ var app = app || {};
|
||||
initialize: function() {
|
||||
this.collection = new app.List();
|
||||
this.collection.fetch();
|
||||
this.render();
|
||||
|
||||
this.listenTo(this.collection, 'add', this.renderTask);
|
||||
},
|
||||
|
||||
addTask: function() {
|
||||
console.log('yes');
|
||||
//var view = new app.TaskView({model: task})
|
||||
},
|
||||
|
||||
render: function() {
|
||||
this.collection.each(function(task) {
|
||||
this.renderTask(task);
|
||||
|
||||
Reference in New Issue
Block a user