send changes note.delete [ok]

TODO: 图片/attach的同步
This commit is contained in:
life
2015-01-27 00:14:34 +08:00
parent 218671f53a
commit 75d2710e05
5 changed files with 42 additions and 17 deletions

View File

@@ -16,11 +16,14 @@ Api.addNotebook({
Title: "哈哈"
}, function() {});
*/
Api.test();
/*
User.userId = '54bdc65599c37b0da9000002';
console.log(User.getCurActiveUserId());
Note.getDirtyNotes(function(ret) {
console.log(ret);
});
*/
/*
Note.getNoteByServerNoteId("54c6313799c37bdeec000008", function(ret){
console.log(ret);