mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
remove initListSectionItemListeners
This commit is contained in:
@@ -8,7 +8,6 @@ export interface PlatformUtilsService {
|
|||||||
isEdge(): boolean;
|
isEdge(): boolean;
|
||||||
isOpera(): boolean;
|
isOpera(): boolean;
|
||||||
analyticsId(): string;
|
analyticsId(): string;
|
||||||
initListSectionItemListeners(doc: Document, angular: any): void;
|
|
||||||
getDomain(uriString: string): string;
|
getDomain(uriString: string): string;
|
||||||
inSidebar(theWindow: Window): boolean;
|
inSidebar(theWindow: Window): boolean;
|
||||||
inTab(theWindow: Window): boolean;
|
inTab(theWindow: Window): boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user