Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWilkerson committed Apr 5, 2016
1 parent 0627fb7 commit 40062b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lunametrics-youtube.gtm.js
Expand Up @@ -67,7 +67,7 @@
var potentialVideos = getTagsAsArr_('iframe').concat(getTagsAsArr_('embed'));
digestPotentialVideos(potentialVideos);

// CAPTURE NOT SUPPORTED BY IE8
// Will bind to dynamically added videos. CAPTURE NOT SUPPORTED BY IE8
if ('addEventListener' in document) {
document.addEventListener('load', bindToNewVideos_, true);
}
Expand Down

1 comment on commit 40062b8

@DanWilkerson
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solves #37, #36

Please sign in to comment.