Added time display label to mix

This commit is contained in:
Fergal Moran
2013-04-22 11:12:11 +01:00
parent c3be254296
commit 3605872e1b
4 changed files with 16 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ com.podnoms.settings = {
setupPlayer:function (data, id) {
com.podnoms.player.setupPlayer({
id:id,
boundingEl:$('#mix-container-'+ id),
waveFormEl:$('#waveform-' + id),
playHeadEl:$('#playhead-player-' + id),
loadingEl:$('#progress-player-' + id),