Skip to content

Commit

Permalink
Merge pull request #27 from dharFr/fix_track_ClickThrough_URL
Browse files Browse the repository at this point in the history
Fixed tracking for ClickThrough URL
  • Loading branch information
Olivier Poitrey committed Mar 7, 2014
2 parents 6d42215 + c5c35da commit ffe9ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class VASTTracker extends EventEmitter

click: ->
if @clickTrackingURLTemplate?
@trackURLs @clickTrackingURLTemplate
@trackURLs [@clickTrackingURLTemplate]

if @clickThroughURLTemplate?
if @linear
Expand Down

0 comments on commit ffe9ab5

Please sign in to comment.