mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Linting fixes, update unit test
This commit is contained in:
@@ -52,7 +52,7 @@ angular.module('app').directive('componentSelect', function() {
|
||||
groups: '=', // Groups of Component Options
|
||||
mass: '=', // Current ship unladen mass
|
||||
s: '=', // Current Slot
|
||||
warning: '=', // Check warning function
|
||||
warning: '=' // Check warning function
|
||||
},
|
||||
link: function(scope, element) {
|
||||
var list = [];
|
||||
|
||||
Reference in New Issue
Block a user