jquery.mb.audio
jquery.mb.audio copied to clipboard
sound doesn't exist in the scope where is used in getPlayers method
As you could see in: https://github.com/pupunzi/jquery.mb.audio/blob/master/inc/jquery.mb.audio.js#L113 You are using sound variable that doesn't exist in the scope and has no sense, could you fix it ?
Thanks.