equal
deleted
inserted
replaced
94 |
94 |
95 if (!options.hasOwnProperty("controlbar.position")) { |
95 if (!options.hasOwnProperty("controlbar.position")) { |
96 opts["controlbar.position"] = "none"; |
96 opts["controlbar.position"] = "none"; |
97 } |
97 } |
98 |
98 |
99 pop = IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); |
99 pop = new IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); |
100 break; |
100 break; |
101 |
101 |
102 case "youtube": |
102 case "youtube": |
103 var opts = IriSP.jQuery.extend({}, options); |
103 var opts = IriSP.jQuery.extend({}, options); |
104 delete opts.container; |
104 delete opts.container; |