| branch | new-model |
| changeset 1020 | 198c2b79f5e1 |
| parent 1019 | 3ab36f402b0c |
| 1019:3ab36f402b0c | 1020:198c2b79f5e1 |
|---|---|
1 IriSP.Widgets.HtmlPlayer = function(player, config) { |
|
2 IriSP.Widgets.Widget.call(this, player, config); |
|
3 }; |
|
4 |
|
5 IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget(); |
|
6 |
|
7 |
|
8 IriSP.Widgets.HtmlPlayer.prototype.defaults = { |
|
9 }; |
|
10 |
|
11 IriSP.Widgets.HtmlPlayer.prototype.draw = function() { |
|
12 |
|
13 IriSP.htmlPlayer(this.media, this.$, this); |
|
14 |
|
15 }; |