mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
lint fixes
This commit is contained in:
parent
641046490b
commit
8a7311e441
@ -19,5 +19,6 @@ export class AppComponent {
|
||||
});
|
||||
|
||||
constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) {
|
||||
// ctor
|
||||
}
|
||||
}
|
||||
|
@ -152,7 +152,7 @@ export class AddEditComponent implements OnChanges {
|
||||
if (i > -1) {
|
||||
this.cipher.fields.splice(i, 1);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
cancel() {
|
||||
this.onCancelled.emit(this.cipher);
|
||||
|
Loading…
Reference in New Issue
Block a user