mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
notebook sync ok
This commit is contained in:
19
node_modules/web.js
generated
vendored
19
node_modules/web.js
generated
vendored
@@ -105,6 +105,25 @@ var Web = {
|
||||
attachSynced: function(attachs, attach, noteId) {
|
||||
var me = this;
|
||||
me.Attach.attachSynced(attachs, attach, noteId);
|
||||
},
|
||||
|
||||
syncProcess: function(type, title) {
|
||||
var me = this;
|
||||
me.Note.syncProcess('In sync ' + type + ': ' + title);
|
||||
},
|
||||
/*
|
||||
syncNotebookFinish: function() {
|
||||
var me = this;
|
||||
me.Note.syncProcess('In sync notebooks...');
|
||||
},
|
||||
syncNoteFinish: function() {
|
||||
var me = this;
|
||||
me.Note.syncProcess('In sync notes...');
|
||||
},
|
||||
syncTagFinish: function() {
|
||||
var me = this;
|
||||
me.Note.syncProcess('In sync tags...');
|
||||
}
|
||||
*/
|
||||
};
|
||||
module.exports = Web;
|
||||
|
Reference in New Issue
Block a user