update jslib
This commit is contained in:
parent
f998ec190d
commit
3ee88c0ee8
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit a7a58ae8f306fad1f72110754ed9cccf19fee482
|
||||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
|
@ -109,6 +109,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||
return this.getDevice() === DeviceType.Safari;
|
||||
}
|
||||
|
||||
isIE(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
isMacAppStore(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue