renamed dictionary to type
This commit is contained in:
parent
c738fafec7
commit
22c94fce2f
@ -57,7 +57,7 @@ export class AnnotationWrapper {
|
|||||||
get descriptor() {
|
get descriptor() {
|
||||||
// TODO clarify: RED-894
|
// TODO clarify: RED-894
|
||||||
// return this.isDictionaryBased ? 'dictionary' : 'type';
|
// return this.isDictionaryBased ? 'dictionary' : 'type';
|
||||||
return 'dictionary';
|
return 'type';
|
||||||
}
|
}
|
||||||
|
|
||||||
get hasTextAfter() {
|
get hasTextAfter() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user