diff -r 7e18d953a1f8 -r 392ddcd212d7 src/widgets/JwpPlayer.js --- a/src/widgets/JwpPlayer.js Mon Sep 30 14:39:34 2013 +0200 +++ b/src/widgets/JwpPlayer.js Tue Oct 01 15:41:46 2013 +0200 @@ -5,7 +5,7 @@ IriSP.Widgets.JwpPlayer.prototype = new IriSP.Widgets.Widget(); IriSP.Widgets.JwpPlayer.prototype.defaults = { -} +}; IriSP.Widgets.JwpPlayer.prototype.draw = function() { @@ -113,10 +113,10 @@ _media.volume = _event.volume / 100; _media.trigger("volumechange"); } - } + }; _player = _player.setup(_opts); this.jwplayer = _player; -} \ No newline at end of file +}; \ No newline at end of file