| author | Raphael Velt <raph.velt@gmail.com> |
| Tue, 01 Oct 2013 16:33:47 +0200 | |
| changeset 955 | 5171f8825985 |
| parent 898 | 196ce9f8751c |
| 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); };