mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
lint fixes
This commit is contained in:
@@ -19,5 +19,6 @@ export class AppComponent {
|
|||||||
});
|
});
|
||||||
|
|
||||||
constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) {
|
constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) {
|
||||||
|
// ctor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user