Update JSDoc.

This commit is contained in:
Jürg Lehni 2016-01-08 20:31:53 +01:00
parent 3280b5700c
commit 81273d2e6c
2 changed files with 12 additions and 2 deletions

@ -1 +1 @@
Subproject commit f8b459c7fb52f7f98e3803351990b832d11721dd
Subproject commit 5f625317408fa6aea342af59cb4df4ea47f07c66

View file

@ -16,5 +16,15 @@
"folder_exclude_patterns": ["*"],
"file_exclude_patterns": [ "*.jar" ]
}
]
],
"SublimeLinter":
{
"linters": {
"jshint": {
"@disable": true,
"args": [],
"excludes": []
}
}
}
}