Этот коммит содержится в:
Vincent Taverna
2015-11-01 18:30:20 -05:00
родитель dfb48568a3
Коммит e16f51e552

Просмотреть файл

@@ -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) {