Last active
August 29, 2015 14:14
-
-
Save ruffle1986/ee3c1d87c02f1149ad24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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