src/widgets/AdaptivePlayer.js
changeset 1013 392ddcd212d7
parent 987 7b65bf78873a
child 1042 a128e59ca2b1
--- a/src/widgets/AdaptivePlayer.js	Mon Sep 30 14:39:34 2013 +0200
+++ b/src/widgets/AdaptivePlayer.js	Tue Oct 01 15:41:46 2013 +0200
@@ -8,7 +8,7 @@
     mime_type: "video/mp4",
     normal_player: "HtmlPlayer",
     fallback_player: "JwpPlayer"
-}
+};
 
 IriSP.Widgets.AdaptivePlayer.prototype.draw = function() {
     
@@ -30,4 +30,4 @@
 
     this.insertSubwidget(this.$, _opts);
     
-}
\ No newline at end of file
+};
\ No newline at end of file