成功后才显示blog标志, 可点
This commit is contained in:
life
2015-03-16 00:36:47 +08:00
parent 238223d7b4
commit 88be5705ad
9 changed files with 164 additions and 82 deletions

4
node_modules/web.js generated vendored
View File

@@ -74,6 +74,10 @@ var Web = {
var me = this;
me.Note.fixSyncConflict(note, newNote);
},
updateNoteCacheForServer: function(notes) {
var me = this;
me.Note.updateNoteCacheForServer(notes);
},
//--------------
syncFinished: function() {