DS-4107 Improve variable naming

This commit is contained in:
Chris Wilper
2019-02-20 16:36:09 -05:00
parent e499f792e8
commit c2c59cd85a
9 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ export class MetadataUriValuesComponent extends MetadataValuesComponent {
@Input() linktext: any;
@Input() values: MetadataValue[];
@Input() mdValues: MetadataValue[];
@Input() separator: string;