mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-02 19:38:41 +00:00
Add default return
This commit is contained in:
parent
cd7a35f1a0
commit
54a53724ab
|
|
@ -20,6 +20,7 @@
|
|||
IE: 'msie',
|
||||
EDGE: 'edge',
|
||||
CHROME: 'chrome',
|
||||
BLINK: 'blink'
|
||||
BLINK: 'blink',
|
||||
UNKNOWN: 'unknown'
|
||||
});
|
||||
}(window.jsOMS = window.jsOMS || {}));
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@
|
|||
} else if ((isChrome || isOpera) && !!window.CSS) {
|
||||
return jsOMS.Message.Request.BrowserType.BLINK;
|
||||
}
|
||||
|
||||
return jsOMS.Message.Request.BrowserType.UNKNOWN;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user