web4bio / webgen

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

fix jsdoc return type in mergeExpression func #337

Closed kaczmarj closed 3 years ago

kaczmarj commented 3 years ago

jsdoc complained about the return type in this function. this commit resolves that problem. the fix is to use Array.<TYPE> instead of TYPE[]. i am confused, however, because sometimes using TYPE[] does work.

let's wait on this PR until #328 is merged.