mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 00:43:25 +00:00
lint fixes
This commit is contained in:
@@ -23,7 +23,7 @@ angular
|
||||
_browserCache = constants.deviceType.firefox;
|
||||
}
|
||||
else if (/constructor/i.test(window.HTMLElement) ||
|
||||
safariCheck(!window['safari'] || (typeof safari !== 'undefined' && safari.pushNotification))) {
|
||||
safariCheck(!window.safari || (typeof safari !== 'undefined' && safari.pushNotification))) {
|
||||
_browserCache = constants.deviceType.opera;
|
||||
}
|
||||
else if (!!document.documentMode) {
|
||||
|
||||
Reference in New Issue
Block a user