Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ruffle1986/ee3c1d87c02f1149ad24 to your computer and use it in GitHub Desktop.
Save ruffle1986/ee3c1d87c02f1149ad24 to your computer and use it in GitHub Desktop.
player
.use(seekBar)
.use(volumeControl);
if (user.hasAccess) {
player
.use(watchLaterControl)
.use(fullscreenControl)
.use(inVideoSearch);
} else {
player.use(premiumCounter);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment