src/js/widgets.js
author hamidouk
Wed, 12 Oct 2011 13:59:38 +0200
branchpopcorn-port
changeset 68 5469b2b9743f
parent 66 13013b9452af
child 74 d7a7d7216371
permissions -rw-r--r--
fixed an error in dataloader.js test.

/* the widget classes and definitions */

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

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