| author | veltr |
| Wed, 19 Jun 2013 18:54:46 +0200 | |
| changeset 1003 | a4dc93a91a95 |
| parent 998 | 9521347ede1d |
| child 1013 | 392ddcd212d7 |
| 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); }