Fix SpecialOpeFormatter

This commit is contained in:
Ludovic Stephan 2017-04-03 21:26:33 -03:00
parent ec9f47274a
commit 514f1da6df

View file

@ -1619,7 +1619,7 @@ class SpecialOpeFormatter extends OperationFormatter {
}
static prop_infos2(a) {
return SpecialOperation.verbose_types(a.type) || '' ;
return SpecialOperation.verbose_types[a.type] || '' ;
}
}