Skip to content

Instantly share code, notes, and snippets.

View davehimself's full-sized avatar

David Heath davehimself

View GitHub Profile
var TopOffersTable = new Class({
initialize: function(container, datastore, options) {
this.klass = this;
this.options;
this.header;
this.container = container;
this.store = datastore;
var rows = this.container.getElements('tr');