Merge "Remove pointless variable creation"

This commit is contained in:
Jenkins 2016-05-03 17:51:01 +00:00 committed by Gerrit Code Review
commit eda5fec690

View File

@ -287,7 +287,6 @@ angular.module('sb.worklist').controller('WorklistDetailController',
};
$scope.isSaving = false;
$scope.worklist = new Worklist({title: '', filters: []});
$scope.resourceTypes = ['Story'];
$scope.showAddFilter = false;
$scope.newFilter = angular.copy(blankFilter);