| author | ymh <ymh.work@gmail.com> |
| Thu, 07 Nov 2013 18:32:57 +0100 | |
| changeset 52 | 6c7371c8917a |
| parent 0 | 7f8907368bd5 |
| permissions | -rwxr-xr-x |
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); };