Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 557d694

Browse files
committed
Standardized comment style for groups of methods.
1 parent 4132e0f commit 557d694

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/PhylorefTable.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ export default {
104104
},
105105
methods: {
106106
107-
/* Methods for accessing Open Tree resolved nodes */
107+
/*
108+
* Methods for accessing Open Tree resolved nodes
109+
*/
108110
109111
getURLForOpenTreeResolvedNode(phyloref) {
110112
// Return the URL for the Open Tree resolved node for a particular phyloreference.
@@ -149,7 +151,9 @@ export default {
149151
return labels[0]; // Ignore other labels.
150152
},
151153
152-
/* Phyloref and specifier getters (should be moved into phyx.js) */
154+
/*
155+
* Phyloref and specifier getters (should be moved into phyx.js)
156+
*/
153157
154158
getPhylorefDescription(phyloref) {
155159
// Returns the clade definition of a particular phyloreference. Supports both

0 commit comments

Comments
 (0)