JShint fixes

This commit is contained in:
Colin McLeod
2015-04-16 20:44:27 -07:00
parent acffdd1f4b
commit 0d2fd2804f
10 changed files with 55 additions and 48 deletions

View File

@@ -69,8 +69,6 @@ angular.module('shipyard', [])
case 'u':
l.push('Utility');
break;
default:
console.error('Invalid group size', grp);
}
switch(a[1]) {
case 'o':
@@ -91,8 +89,6 @@ angular.module('shipyard', [])
case 'm':
l.push('Mount');
break;
default:
console.error('Invalid group category', grp);
}
return l.join(' ');
}