mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
Comply with consistent-return ESLint rule
This commit is contained in:
@@ -140,6 +140,7 @@ const ScrollSpy = (($) => {
|
||||
targetSelector
|
||||
]
|
||||
}
|
||||
return null
|
||||
})
|
||||
.filter((item) => item)
|
||||
.sort((a, b) => a[0] - b[0])
|
||||
|
Reference in New Issue
Block a user