1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2018-06-07 23:36:58 -04:00
parent f998ec190d
commit 3ee88c0ee8
2 changed files with 5 additions and 1 deletions

View File

@@ -109,6 +109,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return this.getDevice() === DeviceType.Safari;
}
isIE(): boolean {
return false;
}
isMacAppStore(): boolean {
return false;
}