Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Dec 17, 2019
1 parent 8532cd9 commit 69c8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/gwas_region.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
fetchTopHits() {
// Used for batch mode "get top hits" button
// Fetch pre-computed top loci, in sorted order, and return list of [ [chr, star, end] ] entries
// Fetch pre-computed top loci, in sorted order, and return list of [ {chr, start, end} ] entries
return fetch(this.top_hits_url)
.then(resp => {
if (resp.ok) {
Expand Down

0 comments on commit 69c8400

Please sign in to comment.