Skip to content

Instantly share code, notes, and snippets.

@pbroschwitz
Created February 15, 2016 10:15
Show Gist options
  • Save pbroschwitz/ddf2cadd160e1cddd19f to your computer and use it in GitHub Desktop.
Save pbroschwitz/ddf2cadd160e1cddd19f to your computer and use it in GitHub Desktop.
// Custom event listening
$(document).on('historyslider:initvideo', function (event) {
var args: any = [].slice.call(arguments),
players = args.length > 1 ? args[1] : $();
_this.initVideo(players);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment