fixed lint errors

This commit is contained in:
William Welling
2017-07-13 11:19:02 -05:00
parent 75cb60e70f
commit 066bba28af
123 changed files with 1295 additions and 1407 deletions

View File

@@ -4,7 +4,6 @@ import { Component, Input } from '@angular/core';
* This component renders the configured 'values' into the ds-metadata-field-wrapper component.
* It puts the given 'separator' between each two values.
*/
@Component({
selector: 'ds-metadata-values',
styleUrls: ['./metadata-values.component.scss'],
@@ -18,13 +17,4 @@ export class MetadataValuesComponent {
@Input() label: string;
constructor() {
this.universalInit();
}
universalInit() {
}
}