fix jshint error

This commit is contained in:
John Mitchell 2017-03-01 13:50:02 -05:00
parent 55b74ddd23
commit 45620f35a3

View File

@ -31,8 +31,7 @@ export default
});
};
getManagementJobs();
var scope = $rootScope.$new(),
parent_scope = scope;
var scope = $rootScope.$new();
scope.cleanupJob = true;
// This handles the case where the user refreshes the management job notifications page.