mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
JShint fixes
This commit is contained in:
@@ -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(' ');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user