1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-05 09:10:53 +01:00

remove initListSectionItemListeners

This commit is contained in:
Kyle Spearrin 2018-01-11 15:21:52 -05:00
parent ce628ba1db
commit d4645c8c2e

View File

@ -8,7 +8,6 @@ export interface PlatformUtilsService {
isEdge(): boolean;
isOpera(): boolean;
analyticsId(): string;
initListSectionItemListeners(doc: Document, angular: any): void;
getDomain(uriString: string): string;
inSidebar(theWindow: Window): boolean;
inTab(theWindow: Window): boolean;