--- a/web/res/metadataplayer/JwpPlayer.js Thu Sep 26 14:46:53 2013 +0200
+++ b/web/res/metadataplayer/JwpPlayer.js Tue Oct 01 16:33:47 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