mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-01-28 22:46:17 +00:00
further graph work
This commit is contained in:
parent
7fd457b725
commit
d296a30c9e
@ -155,7 +155,7 @@
|
|||||||
var that = this;
|
var that = this;
|
||||||
that.$el.append(this.template);
|
that.$el.append(this.template);
|
||||||
|
|
||||||
/* Var that = this;
|
var that = this;
|
||||||
this.$el.empty();
|
this.$el.empty();
|
||||||
this.collection.each(function(model) {
|
this.collection.each(function(model) {
|
||||||
var events = model.get('events');
|
var events = model.get('events');
|
||||||
@ -165,7 +165,7 @@
|
|||||||
that.$el.append(e);
|
that.$el.append(e);
|
||||||
|
|
||||||
});
|
});
|
||||||
console.log('bah');*/
|
console.log('bah');
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user