src/widgets/JwpPlayer.js
changeset 969 353b0881a0b9
parent 964 d7d56ea2d0a6
child 970 b1c3bf6eca78
--- a/src/widgets/JwpPlayer.js	Tue Oct 02 12:44:37 2012 +0200
+++ b/src/widgets/JwpPlayer.js	Tue Oct 02 18:08:05 2012 +0200
@@ -19,6 +19,10 @@
         this.video = this.media.video;
     }
     
+    if (typeof this.streamer === "undefined") {
+        this.streamer = this.media.streamer;
+    }
+    
     if (typeof this.streamer === "function") {
         this.streamer = this.streamer(this.video);
     }