Tagged Questions
1
vote
1answer
382 views
Syntastic in Vim claims function might fail to return
EDIT: Syntastic is configured to use JSLint
EDIT2: I am using JavascriptLint, not JSLint
On the below code syntastic warns function inside does not always return a value
function(){
switch(age){
...