1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +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

2
jslib

Submodule jslib updated: a7a58ae8f3...f40451ecc5

View File

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