1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2018-04-10 23:49:46 -04:00
parent 28bbbbd675
commit 78058c3591
15 changed files with 34 additions and 37 deletions

View File

@@ -33,8 +33,6 @@ export class CiphersListComponent {
cipherType = CipherType;
constructor() { }
selectCipher(c: CipherView) {
this.onSelected.emit(c);
}