fix note sync; add marker to mark dirty & sync error note and

This commit is contained in:
life
2017-01-19 18:38:54 +08:00
parent 6f6212b00f
commit ee0d4fa803
9 changed files with 321 additions and 126 deletions

8
node_modules/web.js generated vendored
View File

@@ -78,10 +78,18 @@ var Web = {
var me = this;
me.Note.updateSync(notes);
},
updateErrors: function (notes) {
var me = this;
me.Note.updateErrors(notes);
},
updateChangeUpdates: function (notes) {
var me = this;
me.Note.updateChangeUpdates(notes);
},
updateChangeAdds: function (notes) {
var me = this;
me.Note.updateChangeAdds(notes);
},
deleteSyncNote: function(notes) {
var me = this;
me.Note.deleteSync(notes);