1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

fixes and cleanup

This commit is contained in:
Kyle Spearrin
2017-11-04 23:18:38 -04:00
parent bdd40d8755
commit bd109f4ed9
6 changed files with 33 additions and 244 deletions

View File

@@ -178,4 +178,4 @@ class Cipher extends Domain {
}
export { Cipher };
(window as any).Attachment = Cipher;
(window as any).Cipher = Cipher;