Skip to content

Commit

Permalink
change to sequence track arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfox committed Jun 17, 2011
1 parent 3d77b74 commit 4442dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/SequenceTrack.js
Expand Up @@ -22,7 +22,7 @@ function SequenceTrack(trackMeta, url, refSeq, browserParams) {
this.trackMeta = trackMeta;
this.setLoaded();
this.chunks = [];
this.chunkSize = trackMeta.args.chunkSize;
this.chunkSize = trackMeta.args_chunkSize;
this.baseUrl = (browserParams.baseUrl ? browserParams.baseUrl : "") + url;
}

Expand Down Expand Up @@ -120,4 +120,4 @@ SequenceTrack.prototype.getRange = function(start, end, callback) {
});
}
}
};
};

0 comments on commit 4442dbf

Please sign in to comment.