Skip to content
Snippets Groups Projects
Commit f1cfbe18 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jsdoc updated

parent 9f8d1dac
No related branches found
No related tags found
1 merge request!699Resolve "Disease and Organism can not be removed"
......@@ -315,7 +315,7 @@ Project.prototype.getDisease = function () {
/**
*
* @param {AnnotationOptions|null} disease
* @param {AnnotationOptions|Annotation|null} disease
*/
Project.prototype.setDisease = function (disease) {
if (disease !== undefined && disease !== null) {
......@@ -335,7 +335,7 @@ Project.prototype.getOrganism = function () {
/**
*
* @param {AnnotationOptions|null} organism
* @param {AnnotationOptions|Annotation|null} organism
*/
Project.prototype.setOrganism = function (organism) {
if (organism !== undefined && organism !== null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment