remove extra whitespace
This commit is contained in:
parent
a2b1eddb05
commit
65119be4f5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue