Fix shuffle button on state

This commit is contained in:
Jordan Eldredge 2014-12-05 21:15:21 -08:00
parent b616ba3de2
commit fd860c249c

View file

@ -200,6 +200,10 @@ Media = {
this._loop = !this._loop;
},
toggleShuffle: function() {
// Implement this when we support playlists
},
/* Listeners */
addEventListener: function(event, callback) {
this._callbacks[event] = callback;