equal
deleted
inserted
replaced
4 |
4 |
5 IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget(); |
5 IriSP.Widgets.HtmlPlayer.prototype = new IriSP.Widgets.Widget(); |
6 |
6 |
7 |
7 |
8 IriSP.Widgets.HtmlPlayer.prototype.defaults = { |
8 IriSP.Widgets.HtmlPlayer.prototype.defaults = { |
9 } |
9 }; |
10 |
10 |
11 IriSP.Widgets.HtmlPlayer.prototype.draw = function() { |
11 IriSP.Widgets.HtmlPlayer.prototype.draw = function() { |
12 |
12 |
13 IriSP.htmlPlayer(this.media, this.$, this); |
13 IriSP.htmlPlayer(this.media, this.$, this); |
14 |
14 |
15 } |
15 }; |