File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,9 @@ export default {
101
101
},
102
102
methods: {
103
103
104
- /* Load phyloreferences from JSON-LD from URLs and files */
104
+ /*
105
+ * Load phyloreferences from JSON-LD from URLs and files
106
+ */
105
107
106
108
loadJSONLDFromURL (url ) {
107
109
// Load phylorefs from a JSON-LD file from a given URL.
@@ -162,7 +164,9 @@ export default {
162
164
}
163
165
},
164
166
165
- /* Phyloreference management */
167
+ /*
168
+ * Phyloreference management
169
+ */
166
170
167
171
extractPhyloreferencesFromJSONLD (jsonld ) {
168
172
// Extract phyloreferences from the provided JSON-LD representation.
Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ export default {
71
71
},
72
72
},
73
73
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
+ */
75
77
76
78
getPhylorefDescription (phyloref ) {
77
79
// Returns the clade definition of a particular phyloreference. Supports both
You can’t perform that action at this time.
0 commit comments