写作模式, sync问题

This commit is contained in:
life
2015-03-08 01:52:30 +08:00
parent 4a48b11a10
commit 49bec63ded
20 changed files with 522 additions and 7318 deletions

2
node_modules/api.js generated vendored
View File

@@ -226,7 +226,7 @@ var Api = {
getNoteContent: function(noteId, callback) {
var me = this;
var url = this.getUrl('note/getNoteContent', {noteId: noteId});
log(url);
console.log(url);
needle.get(url, function(error, response) {
me.checkError(error, response);
if(error) {