web4bio / webgen

WebGen Vertically Integrated Project
https://web4bio.github.io/webgen/main/html/
11 stars 26 forks source link

jsdocs: return type needs to be changed in getAllVariantClassifications #365

Closed kaczmarj closed 2 years ago

kaczmarj commented 2 years ago

https://github.com/web4bio/webgen/blob/becd51c069799f225819b42790536e1fa3af9485/main/js/fillSelectBoxes.js#L483

JSON is a javascript object containing methods to work with json data. This type should be Object or a specific object where we describe the keys and value-types that the object contains.