Merge pull request #1260 from vinnymac/fix/browser-detection
fix isBrowserEdge typo
Этот коммит содержится в:
@@ -976,7 +976,7 @@ export function isBrowserIE() {
|
||||
}
|
||||
|
||||
export function isBrowserEdge() {
|
||||
return window.naviagtor && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1;
|
||||
return window.navigator && navigator.userAgent && navigator.userAgent.toLowerCase().indexOf('edge') > -1;
|
||||
}
|
||||
|
||||
export function getDirectChannelName(id, otherId) {
|
||||
|
||||
Ссылка в новой задаче
Block a user