fix typo in browser detection
This commit is contained in:
parent
335b7f46eb
commit
430092c48e
@ -72,7 +72,7 @@
|
||||
mobile: mobile,
|
||||
mobileWebkit: mobile && webkit,
|
||||
mobileWebkit3d: mobile && webkit3d,
|
||||
mobileOpera: mobile && opera,
|
||||
mobileOpera: mobile && window.opera,
|
||||
|
||||
touch: touch,
|
||||
msTouch: msTouch,
|
||||
|
Loading…
Reference in New Issue
Block a user