diff -r eda061f1aa75 -r 464e3e892915 src/js/widgets/playerWidget.js --- 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;