WIP: Aureplop/kpsul js refactor #501

Draft
delobell wants to merge 215 commits from aureplop/kpsul_js_refactor into master
Showing only changes of commit 514f1da6df - Show all commits

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] || '' ;
}
}