equal
deleted
inserted
replaced
72 |
72 |
73 if (!options.hasOwnProperty("controlbar.position")) { |
73 if (!options.hasOwnProperty("controlbar.position")) { |
74 opts["controlbar.position"] = "none"; |
74 opts["controlbar.position"] = "none"; |
75 } |
75 } |
76 |
76 |
77 console.log(opts); |
|
78 pop = IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); |
77 pop = IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); |
79 break; |
78 break; |
80 |
79 |
81 case "youtube": |
80 case "youtube": |
82 var opts = IriSP.jQuery.extend({}, options); |
81 var opts = IriSP.jQuery.extend({}, options); |