Skip to content

Commit

Permalink
Merge pull request #9 from DaMouse404/tv-highlights-elements
Browse files Browse the repository at this point in the history
Add TV highlights elements map
  • Loading branch information
joshrp committed Oct 2, 2014
2 parents c5a689c + ca54b43 commit 6c72b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ Fixture.findElementsArray = function (feed) {
if (feed.home_highlights !== undefined)
elementsArray = feed.home_highlights;

if (feed.tv_highlights !== undefined)
elementsArray = feed.tv_highlights;

if (feed.highlights !== undefined)
elementsArray = feed.highlights;

Expand Down

0 comments on commit 6c72b71

Please sign in to comment.