src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 109 be17a396d68b
parent 98 ed4ac18baf07
child 115 464e3e892915
equal deleted inserted replaced
108:62da43e72e30 109:be17a396d68b
     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;