Skip to content

Commit

Permalink
Add TV highlights elements map
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Sidebottom authored and Christopher Sidebottom committed Oct 2, 2014
1 parent c5a689c commit ca54b43
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 ca54b43

Please sign in to comment.