lint fixes

This commit is contained in:
Kyle Spearrin 2018-01-26 16:41:26 -05:00
parent 641046490b
commit 8a7311e441
2 changed files with 2 additions and 1 deletions

View File

@ -19,5 +19,6 @@ export class AppComponent {
}); });
constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) { constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) {
// ctor
} }
} }

View File

@ -152,7 +152,7 @@ export class AddEditComponent implements OnChanges {
if (i > -1) { if (i > -1) {
this.cipher.fields.splice(i, 1); this.cipher.fields.splice(i, 1);
} }
}; }
cancel() { cancel() {
this.onCancelled.emit(this.cipher); this.onCancelled.emit(this.cipher);