Last active
August 29, 2015 14:01
-
-
Save gkatsev/4fb70d255b08ae5ce1d3 to your computer and use it in GitHub Desktop.
In case you weren't sure what this function does.
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
/** | |
* Update the player duration | |
*/ | |
updateDuration = function(playlist) { | |
// update the duration | |
player.duration(totalDuration(playlist)); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment