Linting fixes, update unit test

This commit is contained in:
Colin McLeod
2015-07-20 13:42:21 -07:00
parent c96e6afbd7
commit b1ee0e44f3
3 changed files with 3 additions and 2 deletions

View File

@@ -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 = [];