1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

remove whitespace

This commit is contained in:
Kyle Spearrin
2018-04-18 16:38:01 -04:00
parent 45ffa8fc1e
commit 0ddc4c2d41

View File

@@ -144,7 +144,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
} }
if (this.popupUtilsService.inPopup(window)) { if (this.popupUtilsService.inPopup(window)) {
BrowserApi.closePopup(window); BrowserApi.closePopup(window);
} }
} catch { } catch {
this.analytics.eventTrack.next({ action: 'Autofilled Error' }); this.analytics.eventTrack.next({ action: 'Autofilled Error' });