| author | cavaliet |
| Wed, 23 Oct 2013 16:48:59 +0200 | |
| changeset 14 | 960eb22c078c |
| parent 0 | 7f8907368bd5 |
| permissions | -rwxr-xr-x |
| 0 | 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 |
}; |