mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Linting fixes
This commit is contained in:
@@ -165,7 +165,7 @@ angular.module('app').controller('OutfitController', ['$window','$rootScope','$s
|
||||
$scope.fuelChange = function (fuel) {
|
||||
$scope.fuel = fuel;
|
||||
angular.element($window).triggerHandler('render');
|
||||
}
|
||||
};
|
||||
|
||||
// Utilify functions
|
||||
function updateState() {
|
||||
|
||||
Reference in New Issue
Block a user