mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-30 16:30:07 +08:00
Fixed addnote
This commit is contained in:
@@ -5,11 +5,12 @@ define(
|
||||
function(
|
||||
Backbone
|
||||
) {
|
||||
|
||||
|
||||
var TaskModel = Backbone.Model.extend({
|
||||
|
||||
defaults: {
|
||||
parent: 0,
|
||||
parentId: 0,
|
||||
content: '',
|
||||
isCompleted: 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user