Use the new media object

This commit is contained in:
Jordan Eldredge 2014-11-16 18:14:50 -08:00
parent 215f506491
commit aa3eadc312

View file

@ -2,7 +2,7 @@
function Winamp () {
self = this;
this.fileManager = new FileManager();
this.media = new Media('player');
this.media = Media.init('player');
this.skinManager = SkinManager;
this.font = Font;