Commit 592465a8 authored by jgould's avatar jgould

added TODO

parent 3d24dced
......@@ -72,6 +72,7 @@ morpheus.JoinedDataset = function(dataset1, dataset2, dataset1Field,
}
this.dataset1 = dataset1;
this.dataset2 = dataset2;
// TODO put series in same order
var maxSeriesCount = Math.max(this.dataset1.getSeriesCount(), this.dataset2
.getSeriesCount());
for (var i = this.dataset1.getSeriesCount(); i < maxSeriesCount; i++) {
......@@ -251,4 +252,4 @@ morpheus.JoinedMetadataModel.prototype = {
getMetadataCount : function() {
return this.vectors.length;
}
};
\ No newline at end of file
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment