syncContent, images, attach [ok]

This commit is contained in:
life
2015-02-10 00:59:53 +08:00
parent 22283f22c7
commit 5d9fb0c1eb
6 changed files with 185 additions and 7 deletions

8
node_modules/web.js generated vendored
View File

@@ -35,6 +35,14 @@ var Web = {
me.Tag.deleteTagsNav(deletes);
},
// 内容同步成功
contentSynced: function(noteId, content) {
var me = this;
if(noteId) {
me.Note.contentSynced(noteId, content);
}
},
// 通过attach已同步成功
attachSynced: function(attachs, attach, noteId) {
var me = this;