remove extra whitespace

This commit is contained in:
IanDelMar 2022-03-02 01:04:03 +01:00
parent a2b1eddb05
commit 65119be4f5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*
* Learn more: https://git.io/vWdr2
*/
( () => {
( () => {
const isWebkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,
isOpera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1,
isIe = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1;