mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-25 11:54:14 +00:00
Tidy: aviod default export of anonymous function
This commit is contained in:
parent
e2426da1f2
commit
e3713bd3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import bowser from 'bowser';
|
|||
|
||||
window.BB = bowser;
|
||||
|
||||
export default function()
|
||||
export default function deviceInfo()
|
||||
{
|
||||
const ua = navigator.userAgent;
|
||||
const browser = bowser.getParser(ua);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue