Skip to content

Commit 65a8e59

Browse files
committed
Expanded section comments.
1 parent ad58fde commit 65a8e59

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/App.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ export default {
101101
},
102102
methods: {
103103
104-
/* Load phyloreferences from JSON-LD from URLs and files */
104+
/*
105+
* Load phyloreferences from JSON-LD from URLs and files
106+
*/
105107
106108
loadJSONLDFromURL(url) {
107109
// Load phylorefs from a JSON-LD file from a given URL.
@@ -162,7 +164,9 @@ export default {
162164
}
163165
},
164166
165-
/* Phyloreference management */
167+
/*
168+
* Phyloreference management
169+
*/
166170
167171
extractPhyloreferencesFromJSONLD(jsonld) {
168172
// Extract phyloreferences from the provided JSON-LD representation.

src/components/PhylorefTable.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ export default {
7171
},
7272
},
7373
methods: {
74-
/* Phyloref and specifier getters (should be moved into phyx.js) */
74+
/*
75+
* Phyloref and specifier getters (should be moved into phyx.js)
76+
*/
7577
7678
getPhylorefDescription(phyloref) {
7779
// Returns the clade definition of a particular phyloreference. Supports both

0 commit comments

Comments
 (0)