From 69c8400105cdb8f5bf7c7047831c9559b999bf7c Mon Sep 17 00:00:00 2001 From: Andy Boughton Date: Tue, 17 Dec 2019 17:14:23 -0500 Subject: [PATCH] Fix comments --- assets/vue/gwas_region.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/vue/gwas_region.vue b/assets/vue/gwas_region.vue index 177b2c7..6a55b53 100644 --- a/assets/vue/gwas_region.vue +++ b/assets/vue/gwas_region.vue @@ -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) {