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

@@ -373,7 +373,7 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '
$scope.pdWarning = function(pd) {
return pd.enginecapacity < ship.boostEnergy;
}
};
// Hide any open menu/slot/etc if the background is clicked
$scope.$on('close', function() {