isIE
This commit is contained in:
parent
9a42197981
commit
babaa11f8c
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 476d21e9f07f648784e92e6e7ec4ae37910e2449
|
||||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
|
@ -65,6 +65,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||
return false;
|
||||
}
|
||||
|
||||
isIE() {
|
||||
return false;
|
||||
}
|
||||
|
||||
isMacAppStore() {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue