conflict ok

todo conflict copy attach
This commit is contained in:
life
2015-02-01 01:07:40 +08:00
parent 00aac7c96a
commit 647ca66fa5
5 changed files with 22 additions and 8 deletions

4
node_modules/api.js generated vendored
View File

@@ -427,11 +427,13 @@ var Api = {
var ret = resp.body;
log('update note ret:');
log(ret);
callback(ret);
/*
if(Common.isOk(ret)) {
callback(ret);
} else {
callback(false);
}
*/
});
});
},