Updated frontend libraries

This commit is contained in:
2016-01-29 09:03:12 +08:00
parent a4fc4ba467
commit b39d241e2c
16 changed files with 95 additions and 3268 deletions
+2 -2
View File
@@ -32,9 +32,9 @@ Task
this.listView.collection.add(new Task({content: this.input.val().trim() }));
this.input.val('');
}
});
return PageView;
});
});
+1 -1
View File
@@ -9,7 +9,7 @@ define(
function(
$,
Backbone,
socket,
io,
constants,
taskTemplate
) {