src/js/widgets.js
author hamidouk
Thu, 13 Oct 2011 17:08:20 +0200
branchpopcorn-port
changeset 70 3f86d4126491
parent 66 13013b9452af
child 74 d7a7d7216371
permissions -rw-r--r--
added some changes to IriSP.Serializer.

/* the widget classes and definitions */

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

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