1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
This commit is contained in:
Kyle Spearrin 2018-06-07 23:37:07 -04:00
parent 9a42197981
commit babaa11f8c
2 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 476d21e9f07f648784e92e6e7ec4ae37910e2449
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7

View File

@ -65,6 +65,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
return false;
}
isIE() {
return false;
}
isMacAppStore() {
return false;
}