| author | hamidouk |
| Fri, 21 Oct 2011 14:06:46 +0200 | |
| branch | popcorn-port |
| changeset 115 | 464e3e892915 |
| parent 114 | eda061f1aa75 |
| child 116 | 3ca8dadf3eda |
--- a/src/js/widgets/playerWidget.js Fri Oct 21 14:06:29 2011 +0200 +++ b/src/js/widgets/playerWidget.js Fri Oct 21 14:06:46 2011 +0200 @@ -2,6 +2,9 @@ IriSP.Widget.call(this, Popcorn, config, Serializer); }; + +IriSP.PlayerWidget.prototype = new IriSP.Widget(); + IriSP.PlayerWidget.prototype.draw = function() { var _this = this; var width = this._config.gui.width;