1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/434f99cdfd96/ changeset: 434f99cdfd96 user: jgoecks date: 2011-08-28 20:07:33 summary: Trackster: add left_offset attribute to LineTrack so that line tracks can be set in overview. affected #: 1 file (26 bytes) --- a/static/scripts/trackster.js Fri Aug 26 17:45:50 2011 -0400 +++ b/static/scripts/trackster.js Sun Aug 28 14:07:33 2011 -0400 @@ -2598,6 +2598,7 @@ this.original_dataset_id = dataset_id; this.data_manager = new DataManager(CACHED_DATA, this); this.tile_cache = new Cache(CACHED_TILES_LINE); + this.left_offset = 0; // Define track configuration this.track_config = new TrackConfig( { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.