Separate tag.js it into tagNav and tagInput.

This commit is contained in:
LucasYuNju
2016-09-11 16:52:23 +08:00
parent dbd93609ad
commit 48519b48ad
8 changed files with 290 additions and 136 deletions

2
node_modules/api.js generated vendored
View File

@@ -193,7 +193,6 @@ var Api = {
}
var ret = response.body;
console.log('--getSyncState--ret---')
console.log(ret);
if(Common.isOk(ret)) {
callback && callback(ret);
} else {
@@ -570,7 +569,6 @@ var Api = {
}
console.log('update note :');
console.log(data);
// files处理
var needMultiple = false;