add default tern_config.

This commit is contained in:
Ivan Malison 2014-10-29 03:52:53 -07:00
parent 1448dc5950
commit 2313b22996
2 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0b9320607705210f67f7b37dda5f9dc2ac47c9ea
Subproject commit 26a9f5e5dd382bd1fff2ffebc82e3e64b51282e7

12
dotfiles/tern_config Normal file
View File

@ -0,0 +1,12 @@
{
"libs": [
"browser",
"jquery"
],
"plugins": {
"requirejs": {
"baseURL": "./",
"paths": {}
}
}
}