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(); getManagementJobs();
var scope = $rootScope.$new(), var scope = $rootScope.$new();
parent_scope = scope;
scope.cleanupJob = true; scope.cleanupJob = true;
// This handles the case where the user refreshes the management job notifications page. // This handles the case where the user refreshes the management job notifications page.