Linting fixes

This commit is contained in:
Colin McLeod
2015-06-03 01:14:38 -07:00
parent 799ff36ec4
commit 10bfaacb22
3 changed files with 4 additions and 4 deletions

View File

@@ -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() {