src/widgets/PopcornPlayer.js
changeset 979 ff62016e051d
parent 976 4b9ec475026a
child 987 7b65bf78873a
--- a/src/widgets/PopcornPlayer.js	Mon Nov 05 19:03:10 2012 +0100
+++ b/src/widgets/PopcornPlayer.js	Tue Nov 06 10:59:57 2012 +0100
@@ -11,6 +11,7 @@
 }
 
 IriSP.Widgets.PopcornPlayer.prototype.draw = function() {
+
     
     if (typeof this.video === "undefined") {
         this.video = this.media.video;