Fixed js lint error

This commit is contained in:
Chris Houseknecht 2014-08-19 16:14:44 -04:00
parent bec9cc73cd
commit 0766bc302b

View File

@ -309,7 +309,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
name: event.event_data.host,
created: event.created,
msg: msg,
counter: counter,
counter: event.counter,
item: item
};
}