Merge pull request #4 from captbaritone/master

Merge from Upstream
This commit is contained in:
Seth 2014-11-13 21:17:20 +00:00
commit eb45e7f08a

View file

@ -138,6 +138,9 @@ function Winamp () {
}
this.nodes.play.onclick = function() {
if(self.nodes.winamp.classList.contains('play')){
self.media.stop();
}
self.media.play();
self.setStatus('play');
}