mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
Change in directory structure
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
var app = app || {};
|
||||
|
||||
(function() {
|
||||
|
||||
app.Task = Backbone.Model.extend({
|
||||
|
||||
defaults: {
|
||||
parent_id: '',
|
||||
content: ''
|
||||
},
|
||||
|
||||
url: '/task'
|
||||
|
||||
});
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user