src/js/widgets.js
author hamidouk
Thu, 13 Oct 2011 17:10:35 +0200
branchpopcorn-port
changeset 72 c4a36ea700d4
parent 66 13013b9452af
child 74 d7a7d7216371
permissions -rw-r--r--
removed some debug output.

/* the widget classes and definitions */

IriSP.Widget = function(Popcorn) {
  this.Popcorn = Popcorn;
};

IriSP.Widget.prototype.draw = function() {
  /* implemented by "sub-classes" */  
};