src/js/widgets.js
author hamidouk
Wed, 12 Oct 2011 14:00:14 +0200
branchpopcorn-port
changeset 69 3f7a2e8a948f
parent 66 13013b9452af
child 74 d7a7d7216371
permissions -rw-r--r--
added a .sync() method to the json serializer. Changed the tests accordingly.

/* the widget classes and definitions */

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

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