diff options
| author | Johann-S <[email protected]> | 2018-06-09 21:11:05 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 64591b3722128d89252b8f1c840cd846940b7f5c (patch) | |
| tree | 971c65a6fd9f506da55e4be31d1fece7f9b20b89 /js/src/scrollspy.js | |
| parent | 4d6e41dea6492f18029f0dd70b118217c02f27d8 (diff) | |
| download | bootstrap-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.js | 2 |
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))) }) /** |
