| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Wed, 18 Feb 2015 16:48:14 +0100 | |
| changeset 1203 | dfd75fc1cd4e |
| parent 955 | 5171f8825985 |
| permissions | -rw-r--r-- |
IriSP.Widgets.HtmlPlayer = function(player, config) { IriSP.Widgets.Widget.call(this, player, config); }; IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget(); IriSP.Widgets.HtmlPlayer.prototype.defaults = { }; IriSP.Widgets.HtmlPlayer.prototype.draw = function() { IriSP.htmlPlayer(this.media, this.$, this); };