| author | cavaliet |
| Thu, 02 Jan 2014 16:40:25 +0100 | |
| branch | new-model |
| changeset 1019 | 3ab36f402b0c |
| permissions | -rw-r--r-- |
| 1019 | 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 |
}; |