equal
deleted
inserted
replaced
1 IriSP.PlayerWidget.prototype = new IriSP.Widget; |
1 IriSP.PlayerWidget = function(Popcorn, config, Serializer) { |
2 |
2 IriSP.Widget.call(this, Popcorn, config, Serializer); |
|
3 |
|
4 }; |
3 IriSP.PlayerWidget.prototype.draw = function() { |
5 IriSP.PlayerWidget.prototype.draw = function() { |
4 var _this = this; |
6 var _this = this; |
5 var width = this._config.gui.width; |
7 var width = this._config.gui.width; |
6 var height = this._config.gui.height; |
8 var height = this._config.gui.height; |
7 var heightS = this._config.gui.height-20; |
9 var heightS = this._config.gui.height-20; |