| changeset 979 | ff62016e051d |
| parent 976 | 4b9ec475026a |
| child 987 | 7b65bf78873a |
| 977:934a7b13a2ca | 979:ff62016e051d |
|---|---|
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 |
|
14 |
15 |
15 if (typeof this.video === "undefined") { |
16 if (typeof this.video === "undefined") { |
16 this.video = this.media.video; |
17 this.video = this.media.video; |
17 } |
18 } |
18 |
19 |