src/js/init.js
branchnew-model
changeset 894 bb1559ef0fcb
parent 887 6a04bd37da0a
child 900 7673d645a8e0
equal deleted inserted replaced
887:6a04bd37da0a 894:bb1559ef0fcb
   231 
   231 
   232         case "dailymotion":
   232         case "dailymotion":
   233             pop = new IriSP.PopcornReplacement.dailymotion("#" + containerDiv, this.config.player);
   233             pop = new IriSP.PopcornReplacement.dailymotion("#" + containerDiv, this.config.player);
   234             break;
   234             break;
   235 
   235 
       
   236         case "mashup":
       
   237             pop = new IriSP.PopcornReplacement.mashup("#" + containerDiv, this.config.player);
       
   238             break;
       
   239             
   236         case "allocine":
   240         case "allocine":
   237             /* pass the options as-is to the allocine player and let it handle everything */
   241             /* pass the options as-is to the allocine player and let it handle everything */
   238             pop = new IriSP.PopcornReplacement.allocine("#" + containerDiv, this.config.player);
   242             pop = new IriSP.PopcornReplacement.allocine("#" + containerDiv, this.config.player);
   239             break;
   243             break;
   240         
   244