| branch | popcorn-port |
| changeset 66 | 13013b9452af |
| child 74 | d7a7d7216371 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/widgets.js Wed Oct 12 11:54:59 2011 +0200 @@ -0,0 +1,9 @@ +/* the widget classes and definitions */ + +IriSP.Widget = function(Popcorn) { + this.Popcorn = Popcorn; +}; + +IriSP.Widget.prototype.draw = function() { + /* implemented by "sub-classes" */ +};