mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix lint issues
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ class ScrollSpy {
|
||||
|
||||
return null
|
||||
})
|
||||
.filter(item => item)
|
||||
.filter(Boolean)
|
||||
.sort((a, b) => a[0] - b[0])
|
||||
.forEach(item => {
|
||||
this._offsets.push(item[0])
|
||||
|
||||
Reference in New Issue
Block a user