1
0
forked from GitHub/gf-core

gfse: display "??" instead of "null" in linearization types when lincats are missing

This commit is contained in:
hallgren
2012-09-30 19:47:30 +00:00
parent 3c826315d7
commit bd00109cc5

View File

@@ -1359,6 +1359,7 @@ function lintype(g,conc,igs,dc,type) {
function lincat(cat) {
return dc[cat]
? (dc[cat]==g.basename ? cat_lincat(conc,cat) : ihcat_lincat(cat))
|| "??"
: cat+"??"
}
return type.map(lincat)