1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/35887d54b5a0/ changeset: 35887d54b5a0 user: jgoecks date: 2011-10-23 17:13:40 summary: Trackster: fix bug in drawing reference track. affected #: 1 file (-1 bytes) --- a/static/scripts/trackster.js Sat Oct 22 21:22:43 2011 -0400 +++ b/static/scripts/trackster.js Sun Oct 23 11:13:40 2011 -0400 @@ -463,7 +463,7 @@ // data is ready, it then replaces itself with the actual data entry = this.load_data(low, high, mode, resolution, extra_params); this.set_data(low, high, mode, entry); - return entry + return entry; }, /** "Deep" data request; used as a parameter for DataManager.get_more_data() */ DEEP_DATA_REQ: "deep", @@ -2935,7 +2935,7 @@ tile_length = DENSITY * resolution; if (w_scale > this.view.canvas_manager.char_width_px) { - if (seq === null) { + if (seq.data === null) { track.content_div.css("height", "0px"); return; } 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.