src/widgets/PlaceholderPlayer.js
changeset 1013 392ddcd212d7
parent 1005 768bd0691ed1
child 1072 ac1eacb3aa33
--- a/src/widgets/PlaceholderPlayer.js	Mon Sep 30 14:39:34 2013 +0200
+++ b/src/widgets/PlaceholderPlayer.js	Tue Oct 01 15:41:46 2013 +0200
@@ -8,7 +8,7 @@
 
 IriSP.Widgets.PlaceholderPlayer.prototype.defaults = {
     autostart: false
-}
+};
 
 IriSP.Widgets.PlaceholderPlayer.prototype.template = '<div class="Ldt-PlaceholderPlayer">(loading)</div>';
 
@@ -66,4 +66,4 @@
         media.trigger("setplay");
     }
     
-}
\ No newline at end of file
+};
\ No newline at end of file