remove alerterror

This commit is contained in:
Kyle Spearrin 2018-01-26 16:14:03 -05:00
parent caf45ad484
commit 5a662cacb4
1 changed files with 0 additions and 4 deletions

View File

@ -148,10 +148,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
BrowserApi.downloadFile(win, blobData, blobOptions, fileName);
}
alertError(title: string, message: string): void {
// TODO
}
getApplicationVersion(): string {
return BrowserApi.getApplicationVersion();
}