further graph work

This commit is contained in:
Martin Donnelly 2016-08-18 11:41:10 +01:00
parent 7fd457b725
commit d296a30c9e

View File

@ -155,7 +155,7 @@
var that = this;
that.$el.append(this.template);
/* Var that = this;
var that = this;
this.$el.empty();
this.collection.each(function(model) {
var events = model.get('events');
@ -165,7 +165,7 @@
that.$el.append(e);
});
console.log('bah');*/
console.log('bah');
return this;
}
});