3.3.1 changes

This commit is contained in:
Trevor Squillario 2014-04-11 10:36:42 -04:00
parent 8731b9efb8
commit b6d80caee3
8 changed files with 51 additions and 31 deletions

View file

@ -228,10 +228,10 @@
volume: volume,
errorAlerts: false,
warningAlerts: false,
cssSelectorAncestor: "#player",
cssSelectorAncestor: "",
cssSelector: {
play: "#PlayTrack",
pause: "#PauseTrack",
play: ".PlayTrack",
pause: ".PauseTrack",
seekBar: "#audiocontainer .scrubber",
playBar: "#audiocontainer .progress",
mute: "#action_Mute",