src/js/init.js
branchnew-model
changeset 894 bb1559ef0fcb
parent 887 6a04bd37da0a
child 900 7673d645a8e0
--- a/src/js/init.js	Thu May 10 18:48:09 2012 +0200
+++ b/src/js/init.js	Fri May 11 15:35:10 2012 +0200
@@ -233,6 +233,10 @@
             pop = new IriSP.PopcornReplacement.dailymotion("#" + containerDiv, this.config.player);
             break;
 
+        case "mashup":
+            pop = new IriSP.PopcornReplacement.mashup("#" + containerDiv, this.config.player);
+            break;
+            
         case "allocine":
             /* pass the options as-is to the allocine player and let it handle everything */
             pop = new IriSP.PopcornReplacement.allocine("#" + containerDiv, this.config.player);