src/widgets/PopcornPlayer.js
changeset 977 934a7b13a2ca
parent 976 4b9ec475026a
child 979 ff62016e051d
equal deleted inserted replaced
973:638fe8541a2e 977:934a7b13a2ca
     9 IriSP.Widgets.PopcornPlayer.prototype.defaults = {
     9 IriSP.Widgets.PopcornPlayer.prototype.defaults = {
    10     aspect_ratio: 14/9
    10     aspect_ratio: 14/9
    11 }
    11 }
    12 
    12 
    13 IriSP.Widgets.PopcornPlayer.prototype.draw = function() {
    13 IriSP.Widgets.PopcornPlayer.prototype.draw = function() {
    14 
       
    15     
    14     
    16     if (typeof this.video === "undefined") {
    15     if (typeof this.video === "undefined") {
    17         this.video = this.media.video;
    16         this.video = this.media.video;
    18     }
    17     }
    19     
    18