/* the widget classes and definitions */ IriSP.Widget = function(Popcorn) { this.Popcorn = Popcorn; }; IriSP.Widget.prototype.draw = function() { /* implemented by "sub-classes" */ };