1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

remove alerterror

This commit is contained in:
Kyle Spearrin 2018-01-26 16:13:54 -05:00
parent a611d6e77b
commit 78dcbac7fa

View File

@ -14,6 +14,5 @@ export abstract class PlatformUtilsService {
isViewOpen: () => boolean;
launchUri: (uri: string, options?: any) => void;
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
alertError: (title: string, message: string) => void;
getApplicationVersion: () => string;
}