commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/41b2bb557718/ Changeset: 41b2bb557718 Branch: next-stable User: jgoecks Date: 2013-10-23 22:01:29 Summary: Fix type in b8482a0c41ae Affected #: 1 file diff -r 8d9ad9d07b83cf6f08ccfa5e44dfd01f875ca86d -r 41b2bb55771864d5a70bcf1c10f82da22874a6f8 static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -4304,7 +4304,7 @@ // Add summary/sample labels if needed and not already included. var sample_names = this.dataset.get_metadata('sample_names'); - if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && samples_names.length > 1) { + if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && sample_names.length > 1) { var font_size; // Add and/or style labels. https://bitbucket.org/galaxy/galaxy-central/commits/7fd53ab921bc/ Changeset: 7fd53ab921bc User: jgoecks Date: 2013-10-23 22:02:13 Summary: Automated merge of next-stable Affected #: 1 file diff -r b8482a0c41aef74a879b496231340b679abffb62 -r 7fd53ab921bc562abb96761e20bdc101df7126af static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -4304,7 +4304,7 @@ // Add summary/sample labels if needed and not already included. var sample_names = this.dataset.get_metadata('sample_names'); - if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && samples_names.length > 1) { + if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && sample_names.length > 1) { var font_size; // Add and/or style labels. 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.
participants (1)
-
commits-noreply@bitbucket.org