mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-25 13:00:17 +08:00
Updated frontend libraries
This commit is contained in:
@@ -32,9 +32,9 @@ Task
|
||||
this.listView.collection.add(new Task({content: this.input.val().trim() }));
|
||||
this.input.val('');
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
return PageView;
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
@@ -9,7 +9,7 @@ define(
|
||||
function(
|
||||
$,
|
||||
Backbone,
|
||||
socket,
|
||||
io,
|
||||
constants,
|
||||
taskTemplate
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user