mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-01 16:40:05 +08:00
Added static demo mode, for gh-pages demo
This commit is contained in:
@@ -11,7 +11,8 @@ Backbone
|
||||
defaults: {
|
||||
parentId: 0,
|
||||
content: '',
|
||||
isCompleted: 0
|
||||
isCompleted: 0,
|
||||
priority: 0
|
||||
},
|
||||
|
||||
toggelCompletedStatus:function(isCompleted){
|
||||
|
||||
Reference in New Issue
Block a user