aboutsummaryrefslogtreecommitdiff
path: root/js/src/scrollspy.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-06-09 21:11:05 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit64591b3722128d89252b8f1c840cd846940b7f5c (patch)
tree971c65a6fd9f506da55e4be31d1fece7f9b20b89 /js/src/scrollspy.js
parent4d6e41dea6492f18029f0dd70b118217c02f27d8 (diff)
downloadbootstrap-64591b3722128d89252b8f1c840cd846940b7f5c.tar.xz
bootstrap-64591b3722128d89252b8f1c840cd846940b7f5c.zip
fix(manipulator): increase coverage for manipulator
Diffstat (limited to 'js/src/scrollspy.js')
-rw-r--r--js/src/scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js
index 458f5170e..f317284c9 100644
--- a/js/src/scrollspy.js
+++ b/js/src/scrollspy.js
@@ -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)))
})
/**