equal
deleted
inserted
replaced
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 |