mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix(manipulator): increase coverage for manipulator
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ class ScrollSpy {
|
||||
|
||||
EventHandler.on(window, Event.LOAD_DATA_API, () => {
|
||||
Util.makeArray(SelectorEngine.find(Selector.DATA_SPY))
|
||||
.forEach((spy) => new ScrollSpy(spy, Util.getDataAttributes(spy)))
|
||||
.forEach((spy) => new ScrollSpy(spy, Manipulator.getDataAttributes(spy)))
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user