src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 115 464e3e892915
parent 109 be17a396d68b
child 121 607f481ef4c3
--- 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;