mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-22 01:01:27 +08:00
fix note sync; add marker to mark dirty & sync error note and
This commit is contained in:
8
node_modules/web.js
generated
vendored
8
node_modules/web.js
generated
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user