remove initListSectionItemListeners

This commit is contained in:
Kyle Spearrin 2018-01-11 15:21:52 -05:00
parent ce628ba1db
commit d4645c8c2e
1 changed files with 0 additions and 1 deletions

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;