初始提交

This commit is contained in:
2018-09-25 14:57:35 +08:00
commit 6826b2b5dc
277 changed files with 44082 additions and 0 deletions

24
.tern-project Normal file
View File

@@ -0,0 +1,24 @@
{
"ecmaVersion": 5,
"plugins": {
"guess-types": {
},
"outline": {
},
"angular1": {
},
"yui3": {
},
"aui1.5.x": {
}
},
"libs": [
"browser",
"jquery"
]
}