src/js/widgets.js
branchpopcorn-port
changeset 66 13013b9452af
child 74 d7a7d7216371
equal deleted inserted replaced
65:6a8cae20f190 66:13013b9452af
       
     1 /* the widget classes and definitions */
       
     2 
       
     3 IriSP.Widget = function(Popcorn) {
       
     4   this.Popcorn = Popcorn;
       
     5 };
       
     6 
       
     7 IriSP.Widget.prototype.draw = function() {
       
     8   /* implemented by "sub-classes" */  
       
     9 };