Dashboard

Fixed js lint issue
This commit is contained in:
Chris Houseknecht 2014-06-27 16:10:35 -04:00
parent 8477cb150e
commit a34563eef3

View File

@ -50,8 +50,6 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job
list = scope.jobs;
}
job = Find({ list: list, key: 'id', val: id });
console.log('found job:');
console.log(job);
if (job.type === 'inventory_update') {
typeId = job.inventory_source;
}