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

@ -1 +1 @@
Subproject commit a7a58ae8f306fad1f72110754ed9cccf19fee482
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7

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;
}