Closed arctanb closed 12 years ago
Right now things like
GaugeGadgetView.prototype.model = Graphene.TimeSeries;
aren't respected and instead everything is assumed to be a TimeSeries. This makes it difficult to extend. The proposed fix appears to resolve this issue.
Yes, you're completely right. Thanks!
Right now things like
aren't respected and instead everything is assumed to be a TimeSeries. This makes it difficult to extend. The proposed fix appears to resolve this issue.