Linting issues

This commit is contained in:
Colin McLeod
2015-07-03 15:31:52 -07:00
parent 381387c04f
commit 7332dc69ed
2 changed files with 3 additions and 3 deletions

View File

@@ -351,10 +351,10 @@ angular.module('app').controller('OutfitController', ['$window', '$rootScope', '
$scope.retrofitTotal = total;
}
$scope.updateCostTab = function (tab) {
$scope.updateCostTab = function(tab) {
Persist.setCostTab(tab);
$scope.costTab = tab;
}
};
// Hide any open menu/slot/etc if the background is clicked
$scope.$on('close', function() {